Skip to content

msc0ttj/LEA1.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LEA1.0 | Scott Jordan

Logarithmic Encryption Algorithm v1.0

This uses logarithms to encrypt messages.

It work on the principal that logMESSAGEKEY is a decimal number that means nothing to humans.

To decrypt it, simply put the KEY to the power of (1 / ENCRYPTED_MESSAGE).

=======================================

to compile on linux:

cd to directory

g++ -o encrypt ./encrypt.cpp

g++ -o decrypt ./decrypt.cpp

then run them by:

./encrypt

OR

./decrypt

About

Logarithmic Encryption Algorithm v1.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages