Topic: linux password
how can i get linux password -i want to know where is placed the password and what method of encryption is used
the second thing how can i get a sockit source
You are not logged in. Please login or register.
NEWS: Kill the bots!: If you have never posted and have a forum signature then your account is going to be deleted in 48 hours. We have allowed spam bot sign up for far too long. To make sure you don't get deleted simply remove your signature. If you do get deleted by mistake just sign up again using the same details.
how can i get linux password -i want to know where is placed the password and what method of encryption is used
the second thing how can i get a sockit source
is this a request for the distro? or a generic question. at the moment i think the root password is randomly generated at boot and its placed it /etc/shadow right *nix people? its been a while since i have read about passwords
boht i want to know thw encryption method os linux passwords and
i wanna make a requast for a sockit source
thank you 4 answering me
encryption used for shadowing passwords is md5
This is the Tool Request-section.. Please move this thread someone
cat /etc/passwd
cat /etc/shadow
ypcat passwd
getent passwdif the hashed begins with $1$ that means md5 check for libc doc older distro and yellow pages aka nfs use a moded des zlgo
man 3 cryptand sshd use dsa or rsa it depends i can alos use keyborb auth instead of pub key auth
Without regards to the question ..... the encryption algorithm utilized by the linux authentication subsystem is not MD5 ---- but rather DES.:oops:
MD5 is a Digest Algorithm that produces cryptographic hashes of exactly 128-bits.
i.e. a checksum
DES is a "One-Way Encryption Algorithm" that makes it computationally infeasbile for the source to be determined by the output without proper keys.
i.e. encrypted plaintext or ciphertext
The de facto standard for encryption has been DES for sometime now. For future references, it is highly expected to be superceded by the Rjindael Algorithm(AES). By the way, some distributions have started implementing Blowfish as a possible substitute.
Hopefully this can resolve any discrepancies due to this threads content.
![]()
how do I get the password for xp
I'd say your out of luck really, I don't see how you could even break it if you tried.
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 3 official extensions. Copyright © 2003–2009 PunBB.