A fun package for cryptography
Project description
Cryptwentyone[0.5.1]
Cryptwentyone is a simple python package that provides simple cryptographic and hashing functions. They are written in pure python and C, so you can take a look at the python code if you want to learn about the algorithms or use the compiled C code if you want to use the functions in your own programs and have a good performance.
The Package is under development and is not yet ready for use. Support me by donating or by contributing(Fork the repo. Add your code. Submit a pull request.) or just give this repository a star.
Available Features
- Python Implementation of MD5 hashing algorithm
- Python Implementation of SHA1 hashing algorithm
- Python Implementation of SHA2(SHA224, SHA256, SHA384, SHA512) hashing algorithm
- Any idea? Feel free to open an issue or submit a pull request.
Installation
Well, this is a python package so the first thing you need is python.
If you don't have python installed, please visit Python.org and install the latest version of python.
Then you can install cryptwentyone using pip module:
# Use this command to download the latest version from pypi.org and install it automatically
python -m pip install cryptwentyone -U
# OR
# Download the release file from GitHub: https://github.com/MPCodeWriter21/cryptwentyone/releases
# And install it using this command
pip install cryptwentyone-x.x.x.tar.gz
Or you can clone the repository and run:
python setup.py install
About
Author: CodeWriter21 (Mehrad Pooryoussof)
GitHub: MPCodeWriter21
Telegram Channel: @CodeWriter21
Aparat Channel: CodeWriter21
License
Donate
In order to support this project you can donate some crypto of your choice 8D
Or if you can't, give this project a star on GitHub :)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.