Depending on what you're doing exactly, you might find that the "md5digest"
will help you out.
It generates a 128bit key from a string - eg a password string. I've been
using this key as the starting seed to encrypt/decrypt password and userid
combinations using a script of my own.
It then doesn't matter if anyone sees the encrypted string or the
decryption script, because without the key, neither is of any use.

Unless your application is requesting a password at runtime, or at any rate
at some point before your encrypted data are used, it probably won't help
you, but I thought I'd mention it anyway - FWIW.

martin baxter

>From: Rick Harrison <[EMAIL PROTECTED]>
>
>on 4/20/2002 1:23 PM, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote:
>
>>> The only data they should be seeing is the data I want
>>> to show to them.  Other data is all in hidden fields.
>>> Could you be more verbose?
>>
>John,
>
>Yuk, we shouldn't have to be worrying about such things.


_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to