Skip to main content
Question Protected by dr_
edited tags
Link
rozcietrzewiacz
  • 40.2k
  • 9
  • 98
  • 105
Tweeted twitter.com/#!/StackUnix/status/119443090556723200
added 49 characters in body
Source Link
michelemarcon
  • 3.6k
  • 12
  • 34
  • 38

I want to check, from the linux command line, if a given cleartext password is the same of a crypted password on a /etc/shadow

(I need this to authenticate web users. I'm running an embedded linux.)

I have access to the /etc/shadow file itself.

I want to check, from the linux command line, if a given cleartext password is the same of a crypted password on a /etc/shadow

(I need this to authenticate web users. I'm running an embedded linux.)

I want to check, from the linux command line, if a given cleartext password is the same of a crypted password on a /etc/shadow

(I need this to authenticate web users. I'm running an embedded linux.)

I have access to the /etc/shadow file itself.

Source Link
michelemarcon
  • 3.6k
  • 12
  • 34
  • 38

How to check password with Linux?

I want to check, from the linux command line, if a given cleartext password is the same of a crypted password on a /etc/shadow

(I need this to authenticate web users. I'm running an embedded linux.)