Skip to content

An encryption algorithm based on the reflection of a Binary Search Tree

Notifications You must be signed in to change notification settings

vaasugambhir/E-ART_encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-ART Encryption Algorithm

An encryption algorithm based on the reflection property of a Binary Search Tree
The purpose of the algorithm is to help encrypt files and media of Big Data efficiently

For more information do checkout:
https://www.researchgate.net/publication/348896312_E-ART_A_New_Encryption_Algorithm_Based_on_the_Reflection_of_Binary_Search_Tree

The algorithm is compared with the well-known DES algorithm and by the results we conclude that it performs as good as DES algorithm in terms of encryption and finishes it much faster.

Metrics used are:

  • Time consumed and memory required for execution
  • Avalanche effect
  • Frequency distribution graph

A simple TCP network is made and files are encrypted/decrypted in the respective client and server sides

Releases

No releases published

Packages

No packages published

Languages