https://github.com/prouast/aes-avalanche
Implementation of the Rijndael algorithm to encrypt/decrypt 128-bit block with 128-bit key and measure the avalanche effect
https://github.com/prouast/aes-avalanche
encryption-algorithms
Last synced: about 1 month ago
JSON representation
Implementation of the Rijndael algorithm to encrypt/decrypt 128-bit block with 128-bit key and measure the avalanche effect
- Host: GitHub
- URL: https://github.com/prouast/aes-avalanche
- Owner: prouast
- License: mit
- Created: 2015-06-15T06:40:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-15T09:21:00.000Z (almost 10 years ago)
- Last Synced: 2025-03-25T17:51:38.703Z (about 1 month ago)
- Topics: encryption-algorithms
- Language: Java
- Size: 148 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aes-avalanche
Implementation of the Rijndael algorithm to encrypt/decrypt 128-bit block with 128-bit key and measure the avalanche effect