Lonnie Cumberland wrote:
> 
> Hello All,
> 
> I have noticed that the Encrypt() is a oneway function that will also give
> different resulting messages for the same message being encrypted multiple
> times.
> 
> I have also noticed that the Encode() will result in a message that is a binary
> type.
> 
> What I need to do is to find a way to change the results of an Encode() message
> such that the message will be only displaying characters that are A-Z, a-z, 0-9
> I am not concerned about recovery of the message, but just that all the
> characters are within the range above and that the same encoding will produce
> the same message.
> 
> Any ideas?
> 
> Cheers,
> Lonnie Cumberland
> 
What is wrong with
ENCRYPT(str,salt)
?

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to