https://github.com/calebabg/teasharp
A Simple C# Tiny Encryption Algorithm Implementation
https://github.com/calebabg/teasharp
Last synced: 4 months ago
JSON representation
A Simple C# Tiny Encryption Algorithm Implementation
- Host: GitHub
- URL: https://github.com/calebabg/teasharp
- Owner: CalebABG
- License: mit
- Created: 2022-02-05T02:40:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-05T03:04:42.000Z (over 4 years ago)
- Last Synced: 2024-12-31T00:16:39.027Z (over 1 year ago)
- Language: C#
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Simple C# Tiny Encryption Algorithm Implementation
## Project created initially for security class, then cleaned up and refactored.
## Learn more about TEA
- [TEA Wiki](https://en.wikipedia.org/wiki/Tiny_Encryption_Algorithm)
- [TEA Youtube](https://www.youtube.com/watch?v=aR29pnuJ6fQ)