crides / GUI-Encrypter

A Desktop application which is used to encrypt and decrypt texts and ciphers. (Original: github.com/zhangjingye03)
GNU General Public License v2.0
1 stars 0 forks source link

Encrypter Error #1

Open crides opened 8 years ago

crides commented 8 years ago

The encrypter will sometimes make errors and alter the characters.

zhangjingye03 commented 8 years ago

Try to print all varibles and have a look at the time seed in the problem. I had several problems between the time and the char code operations.

Still, I think it no use to continue developing our encrypter because it is very easy to be cracked! :lol We should have some research in the password subject. :-)

crides commented 8 years ago

Enhanced encryption is a problem that this kind of encrypter may face, but I still use this project as an exercise. By the way, the errors are sometimes and cause the statement to fail, but most of the time they are all right.