Search found 2 matches

by bdeverea
Wed Aug 25, 2004 12:43 pm
Forum: PHP - Code
Topic: bin2hex / hex2bin help
Replies: 2
Views: 1360

Thanks for the quick reply scorphus. You're right, the hex2bin function seems to be working properly. I guess the error must be occurring during either my encrypt or decrypt functions. I'm a bit cautious about posting my encrypt/decrypt codes but if anyone had any ideas why only the first 8 characte...
by bdeverea
Wed Aug 25, 2004 11:07 am
Forum: PHP - Code
Topic: bin2hex / hex2bin help
Replies: 2
Views: 1360

bin2hex / hex2bin help

I'm building a system which will allow me to encrypt and store data in a MySQL DB. The encrypting and decrypting parts I have no problems with, however in order to store the number in the DB I need to perform a bin2hex conversion. I am using a hex2bin function that I found somewhere on PHP Builder, ...