Hello, all.
After what seems like hours of searching on various search engines, and websites, I have decided to come here for help.
I have this code:
Does anyone know how I would go about decrypting the encrypted result?Code:for ( int i = 0; i < encrypt_input.length(); i++ ) { encrypt_input[i] = encrypt_input[i]^key[i]; cout << encrypt_input[i]; }
Thanks in advance.



LinkBack URL
About LinkBacks



