A python cryptography api. This code is not secure and not meant for use in production. Its intended as a educational resource to demystify cryptography. The projects name is based on the Filipino word "lihim" which means "secret." A perfect fit as cryptography is the art of exchanging secrets.
- Download or clone the source code from the website:
git clone [email protected]:kuan51/pylihim.git
- cd into the project folder:
cd [path_to_pylihim]
- Create a python3 virtual environment:
python3 -m venv [name_of_your_virtual_environment]
- Source your new virtual environment:
source [name_of_your_virtual_environment]/bin/activate
- Run pylihim:
python ./pylihim.py -h