Hi members
Due the ever fast changing IT environment, i recently try my hands on MySql at my web host. In the mysql there is blob field which contain the encrypt credit card no. The encryption is done using the php function
$td = mcrypt_module_open('tripledes', '', 'cfb', '')
What i want to do is to be able to decrypt this blob field using VB6. I have the password that encrypt it.
i think it would involve class, this word class give me a creeps because of lack of basic knowledge.
So the gurus help me to get going. :wave:
Due the ever fast changing IT environment, i recently try my hands on MySql at my web host. In the mysql there is blob field which contain the encrypt credit card no. The encryption is done using the php function
$td = mcrypt_module_open('tripledes', '', 'cfb', '')
What i want to do is to be able to decrypt this blob field using VB6. I have the password that encrypt it.
i think it would involve class, this word class give me a creeps because of lack of basic knowledge.
So the gurus help me to get going. :wave: