Skip to content

ben18mk/CryptoGodel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

CryptoGodel

Cryptography algorithm based on Gödel numbering

Encryption

godel4.py -e somefile

or

godel8.py -e somefile

Each byte is encoded by Gödel numbering. Then, chunk of the encoded byte's number is stored in a way that

  • a chunk in an even index is stored in big endian
  • a chunk in an even index is stored in little endian

Decryption

godel4.py -d somefile

or

godel8.py -d somefile

Each chunk of each byte is retrieved in big endian or in little endian according to it's position. Then, the chunks merge into a number that will be decoded by Gödel numbering.

About

Cryptography algorithm based on Gödel numbering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages