owendaigle / SCtechEncrypterDecrypter

Sugarcane Tech encrypter and decrypter program. Very basic
0 stars 0 forks source link

[BUG] Slight bug #1

Open TheTechRobo opened 4 years ago

TheTechRobo commented 4 years ago

I was testing the software for bugs, and I typed 78943758934759834 57489 483579 485340580!!! into the system. Which resulted in /01,+/-01+,/-10+, -/,01 ,0+-/1 ,0-+,(-0( However, when I decrypted it, it was missing the exclamation marks. Is this normal?

owendaigle commented 4 years ago

That is a bug. I know there are many bugs. Some ascii characters have multiple codes so it might take the code of 33 for the exclamation point, and then it assigns it the code of 25. 25 is the code of down arrow, so when it decrypts it, it will assign the down arrow a different code. which will mess ity up

TheTechRobo commented 4 years ago

Ok, thanks for immediate response :)

TheTechRobo commented 4 years ago

That's really annoying @TheRuntingMuumuu , hopefully it will be fixed in the next version encryptor? (Currently it has only version 1)

TheTechRobo commented 3 years ago

Temporary workaround found, but not finished (not as secure, as the exclamation mark just is excluded from the algorithm now, we should manually set it to something else depending on encryption key)