python -c "import crypt, getpass, pwd; print crypt.crypt('hogehoge', '\$6\$SALTdayo\$')"
/etc/shadow には $id$salt$hashed と並んでいるので、salt を入れなおせば再現できる。
Go to list of users who liked
More than 5 years have passed since last update.
python -c "import crypt, getpass, pwd; print crypt.crypt('hogehoge', '\$6\$SALTdayo\$')"
/etc/shadow には $id$salt$hashed と並んでいるので、salt を入れなおせば再現できる。
Register as a new user and use Qiita more conveniently
Go to list of users who liked