Mayuresh A Kathe wrote:
> 
> Hi,
> 
> I would like to know how unix passwd file is created? where can I get the
> source code for doing the same sort of encryption on a passwd file I am
> creating for a opensource project I am working on.
> 
> Else does anybody have any other Encryption Algo/Source in C.

Use the C "crypt" function. Note that this isn't the same as the crypt
command. The latter is just cheap encryption, while the former is what
is used for passwords.

-- 

Kiran Jonnalagadda
http://lunateks.com

baby.sh: while true; do echo "^G^G^G^G^G"; sed -e 's/food/poop/'; sync;
sync; sleep 15; done

To subscribe / unsubscribe goto the site www.ilug-bom.org ., click on the mailing list 
button and fill the appropriate information 
and submit. For any other queries contact the ML maintener

Reply via email to