https://github.com/jpmeehan/simplified-aes
A simplified 16-bit version of AES with decrypt and encrypt functions built for my intro to cryptography class
https://github.com/jpmeehan/simplified-aes
Last synced: 3 months ago
JSON representation
A simplified 16-bit version of AES with decrypt and encrypt functions built for my intro to cryptography class
- Host: GitHub
- URL: https://github.com/jpmeehan/simplified-aes
- Owner: JPMeehan
- Created: 2018-04-10T21:38:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T21:38:29.000Z (about 7 years ago)
- Last Synced: 2025-01-20T17:41:14.606Z (4 months ago)
- Language: C++
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simplified AES