An open API service indexing awesome lists of open source software.

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

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

![](./image/demo.PNG)

## License

MIT License