Anyone know of an example/tutorial for encrypting a binary file?
I'm able to encrypt/decrypt simple text files, but anything more complicated
craps out.
Thanks
TomB...
Search Result
Collapse
2 results in 0.0014 seconds.
Keywords
Members
Tags
-
Binary Encryption
Im using md5 to encrypt and decrypt plain text, this works fine...
When i try to run the same function on a binary file, it does not
decrypt correctly. Is there a way to encrypt binary files correctly,
and be able to decrypt them?
in the perfect situation i would like to be able to store the
encrypted binary file into a mysql blob field, or at least be able to
save an encrypted version of the binary...