View Single Post
  #8   (View Single Post)  
Old 14th November 2013
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

If you want a basic solution, you can do this in vim:

Code:
:set cryptmethod=blowfish
:X
:w ~/passwords
Note the default cryptmethod is *not* secure, you *need* to set it to blowfish!

Don't forget to backup (no matter how you store your passwords), you will *not* be happy if you lose it.
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote