Skip to content
/ pylihim Public

A software library for various cryptographic functions. This code is not secure and only intended as a learning resource.

License

Notifications You must be signed in to change notification settings

kuan51/pylihim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pylihim

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.

Installation

  1. Download or clone the source code from the website: git clone [email protected]:kuan51/pylihim.git
  2. cd into the project folder: cd [path_to_pylihim]
  3. Create a python3 virtual environment: python3 -m venv [name_of_your_virtual_environment]
  4. Source your new virtual environment: source [name_of_your_virtual_environment]/bin/activate
  5. Run pylihim: python ./pylihim.py -h

About

A software library for various cryptographic functions. This code is not secure and only intended as a learning resource.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages