I used an encrypted file to store my passwords for years. It has been encrypted using the vi -x
command on Sun Solaris 10. I now tried to open the file on a linux box with bothvi -x
and vi -x -cm=blowfish
. Sadly the file is completely messed up. My guess is that a different encryption algorithm has been used on Solaris. How can I find out which algorithm has been used and how can I open the file with a more recent version of vi?
I do know the correct password and I do know several words in the encrypted file.
P.S.: I do not have any access to a solaris 10 Machine anymore