Saturday, July 4, 2015

If reality was a dream and dreams were reality

If(reality == dream)
{
If, what was once real is now a dream, 
Then, is reality a dream? 
Seems so from the perspective. 
If what was once a dream is now real,
Then, is dreaming considered reality? Seems so from this perspective.
}

If(dream == reality)
{
if what was once a dream is now real,
Then, is dreaming  now reality?
Seems so from this perspective.
If what was once real is now a dream,
Then is reality considered dreaming?
Seems so from this perspective 
}






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