anshumans/Delphian
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Delphian
Ruby program to encrypt/decrypt a file containing a list of your passwords.
Also has an interactive console for additional features, like modifying contents and seeing stats.
There are currently three main commands.
To encrypt the file and write out results to a file:
ruby delphian.rb encrypt <unencrypted_file> <output_file>
To decrypt file and write out results to a file:
ruby delphian.rbdecrypt <encrypted_file> <output_file>
To run in interactive console:
ruby delphian.rb console