crypt query with 3des
If i modify the source code of mysql and libraries of php client such that:
the php client crypt the query with 3des (key is the PASSWORD(pswd) of user) and send to mysql. Mysql receive the crypted query, decrypt (with the PASSWORD(pswd) of user) and use the query.
How i modify the mysql code ?
Thanks !!!
E.Ciotti
Subject
Views
Written By
Posted
crypt query with 3des
4217
September 13, 2005 11:09AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.