You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm trying to write a C++ implementation of some similar ciphers. Starting with regular XOR encryption using a Feistel structure, but having a very bizarre bug, where my decryption is only accurate every other time. im using a CBC mode, and it works very well sometimes, but it's inconsistent which makes no sense, since it's the same exact operation every time. Any help appreciated!
Hi,
I'm trying to write a C++ implementation of some similar ciphers. Starting with regular XOR encryption using a Feistel structure, but having a very bizarre bug, where my decryption is only accurate every other time. im using a CBC mode, and it works very well sometimes, but it's inconsistent which makes no sense, since it's the same exact operation every time. Any help appreciated!
https://github.com/Pillagr/Cryptography
The text was updated successfully, but these errors were encountered: