Skip to content

A C++ implementation of the Tiny Encryption Algorithm (TEA), a simple and fast symmetric key block cipher for secure data encryption.

Notifications You must be signed in to change notification settings

Dylan7893/Tiny-Encryption-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Tiny Encryption Algorithm (TEA) Implementation in C++

This C++ implementation of the Tiny Encryption Algorithm (TEA) provides a simple and fast symmetric key block cipher for encrypting and decrypting data securely. TEA uses a 128-bit key to encrypt data in 64-bit blocks, offering efficient encryption suitable for low-resource environments.

๐Ÿš€ Features

  • Simple and efficient symmetric encryption algorithm
  • 128-bit key size for encryption
  • Easy-to-understand code with clear implementation of TEA cipher
  • Encrypts and decrypts data in 64-bit blocks

๐Ÿ›  Tech Stack

  • Language: C++
  • Algorithm: Tiny Encryption Algorithm (TEA)

๐Ÿงช Getting Started

Installation and Running the Program

  1. Clone the repository:
    git clone https://github.com/Dylan7893/Tiny-Encryption-Algorithm.git

About

A C++ implementation of the Tiny Encryption Algorithm (TEA), a simple and fast symmetric key block cipher for secure data encryption.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages