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 file on the server.
Im not lookign for a copy paste soultion (although i would take one) -
but maybe some reliable documention or examples?
Thanks,
Phil
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 file on the server.
Im not lookign for a copy paste soultion (although i would take one) -
but maybe some reliable documention or examples?
Thanks,
Phil
Comment