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 1 month 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-16T19:04:17.000Z (3 months ago)
- Last Synced: 2026-03-17T05:58:38.882Z (3 months ago)
- Topics: aes, cryptography, keccak
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 1
- 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)