On Mon, Jun 14, 2010 at 7:34 PM, Chris Sutcliffe > I encrypted a file using the blowfish option 'cryptmethod=1' prior to > 'salt' being added. I've updated my source repository this morning > and have recompiled vim (with the 'salt' addition) and now the file > won't unencrypt. Is there a way to recover the file, or is the > contents lost?
You could look at the changeset history, checkout the one that has no salting and recompile vim at that revision and see if that solves the problem. Failing that, you could 'backtrack' your vim repo one changeset at a time, compile vim again and open the encrypted file and inspect its content. With a bit of scripting you might be able to automate this. nazri. -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
