Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 552 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 552 Bytes

Elite Encryption Algorithm

About

The Elite Encryption Algorithm is a symmetric-key encryption algorithm that utilizes and takes inspiration from a variety of cryptographic principles to achieve an elite form of encryption. This repo contains implementations of the Elite Encryption Algorithm in Java, C, and Swift.

If you want a breakdown of how the algorithm works and how keys are generated, check out my blog post on it.