/diary

bash script for managing an encrypted diary

Primary LanguageShellMIT LicenseMIT

diary

Simple bash script that helps you keep a virtual text-only diary.
Entries are encrypted automatically.

Usage

Simply invoke diary to create a new entry and then go ahead and type your first diary entry.

./diary

For decrypting the entries do:

./diary -d

For encrypting the entries do:

./diary -e

About The Encryption

diary uses GPG with -c (symmetric) switch to encrypt a gziped tar file containing all the diary entries.

License

MIT