NotesWith pass, each password lives inside of a gpg encrypted file whose filename is the title of the website or resource that requires the password.Unfurl
NotesHere’s a reason why you shouldn’t let anyone use your computer.
In your terminal, type:
security dump-keychain -d ~/Library/Keychains/login.keychainUnfurl
NotesFinally you’ll want to create a script (I’m using a Makefile) that the user can run to encrypt and decrypt the file. This script uses OpenSSL, and specifically CAST5, to encrypt/decrypt the fileFeedEmbedUnfurl