-
I am writing a program that performs encryption on the server-side (Written in python using pycryptodomex) on the client side I am trying to do the decryption process using BCryptDecrypt, the modes are both set to BCRYPT_CHAIN_MODE_CFB, and I know my keys/IV are correct, my question is, Are there any gotchas I should be looking at, the order of bytes, parameters I need to set, etc, etc... I started writing a c binding and then I realized that would lead to system dependencies, Any help would be very appreciated! Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
never mind... just my luck the second I ask the second... I figure out the answer... they're perfectly interoperable... |
Beta Was this translation helpful? Give feedback.
never mind... just my luck the second I ask the second... I figure out the answer... they're perfectly interoperable...