Обсуждение статьи тематического каталога: паpоли (crypt)Ссылка на текст статьи: http://www.opennet.me/base/dev/passwd.txt.html
Valentin Nechaev said:
-------------------
if( strcmp( crypt( pass, from_passwd ), from_passwd ) != 0 )
-------------------
When I compile C program with crypt in it, it complains that it does not know this function.
Running FreeBSD 4.6.2.Thanks in advanced.
Irina