Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Linux password encryption
Name: Jawad Bokhari Date: November 7, 2001 at 09:43:36 Pacific
Comment:
Through what algorithm, Linux stores the passoword in shadow file. (/etc/shadow)
This is some new technique found in some distribution of linux.
In Red Hat Linux 7.1, encrypted password that is stored in shadow file is of 34 bytes. The key to encrypt is of 8 bytes. Can you please tell that what algorithm is being used by linux and is there any implementation in C++ or Java of such an algorithm?
Name: Matthew Date: November 9, 2001 at 12:38:36 Pacific
Reply:
I believe linux uses either the md5sum or DES algorithm for its password encryption, which is a one way algorithm..I don't however know any C/C++ or Java implementations ...Hope this helped
Summary: I recently added a Red Hat 9 machine to my Windows 2000 (Active Directory) domain. Samba is working properly as I can connect to a Samba share from a Windows 2000 machine, and I can connect to a Windo...
Summary: Hi again Yep seem to have had this discussion before. Yes no password have been set in the windows machine. An annoying feature of windows, that even though the password is absent windows still encr...
Summary: I installed redhat linux 7.0. It asked me for a password in the installation process and I gave my name (chamal) as the password. when i try to boot linux after the installation , it asked me for the ...