Added store decryption/encryption capability

This commit is contained in:
Jon-William Lewis
2016-02-16 21:35:42 -06:00
parent 9ceb05688e
commit bb1101c36d
4 changed files with 98 additions and 12 deletions

View File

@@ -32,8 +32,9 @@ readonly NOTES_DIR="\$ROOT_DIR"/notes
readonly TMP_DIR="\$ROOT_DIR"/tmp
readonly CONFIG_FILE="\$ROOT_DIR/sns.conf"
#Color codes for error reporting
#Color codes for messages
readonly RED_COLOR='\033[1;31m'
readonly YELLOW_COLOR='\033[1;33m'
readonly RESET_COLOR='\033[0m'
#Print the program header to stdout