On 21:06 12 Feb 2002, ramzez <[EMAIL PROTECTED]> wrote:
|       I want to make an app in C... and I need to encript passwords for users of 
| my app and  I want to use the same method of linux (the users aren't the same 
| of linux)... How do I do that ??

You want the crypt(3) function - see "man 3 crypt".  But only use it
for compatibilty reasons - computationally it's too weak for security -
you can brute force the hashes it creates these days.
-- 
Cameron Simpson, DoD#743        [EMAIL PROTECTED]    http://www.zip.com.au/~cs/

It's nothing like that at all Steve.  It's just that the bike *I* ride is
better than the pieces of sh#t that everyone else rides.  Nothing complicated
or whining about it, just simple logic.  The Star is a gutless pig, the
Valkyrie is a hulking barge, and HDs are unreliable relics.  The only
stylish, reliable bike is the Virago 750.  And not just any Virago 750, just
*my* 750.       - Lockheed WsmrSmts DoD #42508 <[EMAIL PROTECTED]>



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to