Encrypt / de.. in MsAccess (1 Viewer)

FuzMic

DataBase Tinker
Local time
Today, 19:16
Joined
Sep 13, 2006
Messages
719
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', '')

As you know using msaccess we can front end this BEnd Mysql hence i need to decrypt this blob field. There seems to 2 ways

1) write codes in VB to do it in which we need to know the algorithm involved with tripledes / cfb.
2) use the php directly; is there a mdecrypt_generic function?

Since a absolute novice in this area, my questions, assumptions may be way out as i am totally not sure where to move, appreciate assistance. :banghead:
 

Users who are viewing this thread

Top Bottom