Command Line Key-Value Storage Application. Stores key-value pairs into a file using AES encryption. Created to practice test driven development.
conda install -c conda-forge --file requirements.txt
python onekey.py
add <key>
Asks for value then add it with given key
list [<argument>]
Lists keys containing <argument>
if exist.
view <key>
Views the value of given key
del <key>
Deletes entry with given key
clear
Clears terminal output
quit
Quits application