https://github.com/0x8f701/threefishandcramershoup
The Implementation Of ThreeFish And CramerShoup Crypto Algorithms In Python3
https://github.com/0x8f701/threefishandcramershoup
cramershoup crypto python3 threefish utt
Last synced: about 2 months ago
JSON representation
The Implementation Of ThreeFish And CramerShoup Crypto Algorithms In Python3
- Host: GitHub
- URL: https://github.com/0x8f701/threefishandcramershoup
- Owner: 0x8f701
- License: mit
- Created: 2017-11-25T19:08:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-24T17:15:26.000Z (over 6 years ago)
- Last Synced: 2025-02-09T04:21:46.262Z (4 months ago)
- Topics: cramershoup, crypto, python3, threefish, utt
- Language: Python
- Homepage:
- Size: 3.13 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ThreeFishAndCramerShoup
The Implementation Of ThreeFish And CramerShoup In Python3
## Environement
```
Python3.6.3 + Any(windows, darwin, linux)
```## Installation
```bash
git clone https://github.com/GopherJ/ThreeFishAndCramerShoup
cd ThreeFishAndCramerShoup
pip3 install -r requirements.txt
```## Support
- [md5](https://github.com/GopherJ/ThreeFishAndCramerShoup/blob/master/md5.py)
- [threefish](https://github.com/GopherJ/ThreeFishAndCramerShoup/blob/master/fish.py)
- [cramershoup](https://github.com/GopherJ/ThreeFishAndCramerShoup/blob/master/cramer.py)## Utilisation
```
cd ThreeFishAndCramerShoup
sudo ./cmd.py
```## Demo

## License
MIT License