title getpwhash
section 1
project bgscripts-core
volume General Commands Manual
date April 2020
=====
NAME
  getpwhash - get hash of password suitable for /etc/shadow
SYNOPSIS
  getpwpash [<password>]
OPTIONS
  <password>  Plaintext password to be hashed
DESCRIPTION
  Simple python tool that salts and hashes a provided password (either on command line invocation, or prompted)
BUGS
  Passing the password on the command line is insecure.
AUTHOR
  <bgstack15@gmail.com>
COPYRIGHT
  CC-BY-SA 4.0
SEE ALSO
`shadow(5)`
