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.

    Language:C14233
  • 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

    Language:Ruby103222
  • Necktrox/mta-tea

    Tiny Encryption Algorithm (TEA) implementation compatible with the Multi Theft Auto (MTA) Lua scripting engine

    Language:JavaScript5002
  • Toliak/MTA-TEA-Encoder

    Tiny Encryption Algorithm from MTA on C++

    Language:C++5100
  • vincebel7/attack-on-tea

    Demonstrates the weakness of Tiny Encryption Algorithm (TEA) by performing a bruteforce attack

    Language:Python3100
  • 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

    Language:Java2101
  • ebjohnston/edu-arm-assembly

    university assignments in ARM Assembly (CS 2400 and 3750)

    Language:Assembly1000
  • 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.

    Language:Java1100
  • 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.

    Language:C10
  • MikeVangrouss/XTEA2

    XTEA2 Block cipher encryption source code in C. 256-bit keys.

    Language:C10