On Fri, 22 Sep 2000, Peter Reid wrote:
> Can I check what characters can be in an encrypted string as
> generated by mcEncrypt(). This is the function used to produce
> passwords by the Ask dialog but it is not documented in the help.
> I'd like to be sure that a generated password can't incl
>Also, I'm assuming that there isn't an mcDecrypt (common practice
>with password systems is that they are one-way process only). If
>there is a decryption function, what is it called and what are its
>parameters?
Oops, I asked this question some time ago and was told no decryption
then - so
> From: Peter Reid <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Fri, 22 Sep 2000 09:26:18 +0100
> To: [EMAIL PROTECTED]
> Subject: mcEncrypt
>
> Can I check what characters can be in an encrypted string as
> generated by mcEncrypt().
I'd really like some help hacking this -:)
> Thi