Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netesf13d/crypto-stuff
Python implementation of some common cryptographic primitives
https://github.com/netesf13d/crypto-stuff
aes cryptography keccak
Last synced: about 2 months ago
JSON representation
Python implementation of some common cryptographic primitives
- Host: GitHub
- URL: https://github.com/netesf13d/crypto-stuff
- Owner: netesf13d
- License: gpl-3.0
- Created: 2024-04-15T16:18:33.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T21:30:27.000Z (2 months ago)
- Last Synced: 2024-10-22T17:06:42.924Z (2 months ago)
- Topics: aes, cryptography, keccak
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# crypto-stuff
Quick and dirty Python implementation of some common cryptographic primitives.
Currently implemented are:
* Rijndael (AES)
* Keccak (SHA-3)