Categories
Security

The Random Keys Distribution Encryption Routine Encrypting Security for Windows

Encryption Routine is a strong encryption/decryption routine based on a 4 number keyes random seed distribution hash.
This routine was written by the authors wish to try to improve message privacy while sent across the networks.

The Random Keys Distribution Encryption Routine is a strong encryption/decryption routinethat is based on a 4 number keys random seed distribution hash.
The command line switches to encrypt are E.g.: C:r7 -a 11111 -b 22222 -c 33333 -d 44444 -e “filename.txt”

The command line switches to decrypt are E.g.: C:r7 -a 11111 -b 22222 -c 33333 -d 44444 -f “filename.txt”

The 4 numbers following the -a -b -c -d switches should have the values between 10000 and 99999. They are the entry seed values and are used instead of the common password protection method. Cyphering strength is high due to use of hashed number table based on 4 function rundom number distribution.

One out of the 4 functions running inside this encryption is used in the Game of life which is listed for download, and it states the diversity of random number distributions produced.
What’s New in This Release: [ read full changelog ]

ยท number array hashing has been changed in order to improove cyphering strength

See Demo – Download – Visit Author Site

Please comments and give ratings. You may also report of broken or incorrect link using comments box below. Thanks!