crypted password

e.g. for a kickstart config file:

python -c 'import crypt; print crypt.crypt("test", "$6$random_salt")'

Use the number after the first $:



Authors:
  • Jochen Schnuerle