MySQL encode/decode
Posted by: John Hamilton
Date: October 30, 2006 06:56PM

Is there a simple function call in the connector or even a source example of how the encode/decode functions in MySQL work.

This would be helpful in cases where we don't want to actually decrypt/decode data until after the db connection is gone.

This may sound a little weird but I don't want to decode info just to encode it just to transfer it to a disconnected client over let's say a webservice. I would rather leave it encoded (AES, DES, or Encode) and do the decryption at the endpoint.

Is there a way to get some C# fragments that would perform this for the different encrypt/decrypt methods in MySQL?

Options: ReplyQuote


Subject
Written By
Posted
MySQL encode/decode
October 30, 2006 06:56PM
October 31, 2006 11:33AM
October 31, 2006 12:44PM
November 03, 2006 10:03AM
November 03, 2006 12:30PM
November 06, 2006 09:55AM


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.