In php I can check if a password is correct by doing something like:
crypt($user_input,$this->getPassword())

Also I can do 
$hash = md5 ($str);

Is there a way to do so currently in mono?
-- 
Ariel Rios <[EMAIL PROTECTED]>
-- 
Ariel Rios <[EMAIL PROTECTED]>
Elektra - Gerencia GNU

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to