An open API service indexing awesome lists of open source software.

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

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)