Skip to content

iMohannad/TinyEncryptionAlgorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Encryption Algorithm

This project implements tiny encryption algorithms with two modes of operation: CBC mode and ECB mode.

Note

You can use and .bmp image. The image I used in the test might not be clear in ECB mode because I converted it by an online tool.

Tests

There are 2 test files: testCBCmode.java and testECBmode.java. To encrypt an image in either modes, make sure to change the path to the image in the source code, then compile and run the program. Running the test files will create 2 images: one for encrypting the image, and the other for decrypting the image that was just encrypted.

Example

alt tag alt tag alt tag

About

Implementation of Tiny Encryption Algorithm (TEA) with two modes of operation: CBC and ECB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages