On Thu, 27 Jun 2002 02:00:05 +0200, [EMAIL PROTECTED] wrote:

>Crypt is a binary operator and in algebraic notation it goes like this (p
>is plain-text, c is cyphertext, s is salt, @ is the crypt operator):
>p @ s = c
>p @ c = c
>Dig?

The second line is something I didn't know, and was exactly what I was looking for..
And could find that reading the auth.c from freeradius and some files from dialup
admin. The only place I was able to find some description about the a crypt() function
was php's site, and there's nothing about this.

>So you don't need the salt.  If you has the plaintext with the crypt, you
>get the crypt back... but only if the plaintext is the plaintext that was
>used with the salt to create the crypt in the first place.

Thank you very much! Really! And thanks for the script also!



- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to