tiny-encryption-algorithm
There are 10 repositories under tiny-encryption-algorithm topic.
coderarjob/tea-c
Tiny Encryption Algorithm implementation in C. It is a terminal program used to encrypt/decrypt files using 128 bit key.
hult/acts_as_having_string_id
A Rails plugin for exposing non-sequential (Youtube-like) string IDs instead of the sequential integer IDs provided by Rails
Necktrox/mta-tea
Tiny Encryption Algorithm (TEA) implementation compatible with the Multi Theft Auto (MTA) Lua scripting engine
Toliak/MTA-TEA-Encoder
Tiny Encryption Algorithm from MTA on C++
vincebel7/attack-on-tea
Demonstrates the weakness of Tiny Encryption Algorithm (TEA) by performing a bruteforce attack
Bri-dot-dev/TEAProgram
BLACK TEA - Tiny Encryption Algorithm (TEA) made in java implementing 64-bit user (hex) entry using a predefined or generated 128-bit key used to fully encrypt hex for top-notch security
ebjohnston/edu-arm-assembly
university assignments in ARM Assembly (CS 2400 and 3750)
ShyamBabuJayswal/Secure-Data-Transmission-through-network
The project titled “Secure Data Transmission through Network” is mainly designed for providing security during transmission of data across the network.
MikeVangrouss/TEA2
TEA2 Block cipher encryption source code in C. Tiny Encryption Algorithm 2. 256-bit key. 128-bit block cipher (like AES) 128 rounds.
MikeVangrouss/XTEA2
XTEA2 Block cipher encryption source code in C. 256-bit keys.