Wednesday, July 1, 2015

Project perfect security

Encryption algorithm that is uncraxkable and perfectly secure. Have been procrastinating for a while now but will eventually write the program. It will be designed to encrypt based on length and other dimensional properties.

Some examples:

encrypting with Greek and Roman mathematical symbols
To encrypt --> [message in plaintext(a = length in bits, b = block size used{use smaller block size for a stronger encryption and larger blocksize for weaker encryption})]^ || XOR[symbol to the xth increment] ---> [ciphertext]

To decrypt ----> [ciphertext] either -1 or XOR [to the xth increment] ----> plaintext

rough draft part 1


No comments:

Post a Comment