Mwnci password functions that are not part of the builtin functions can be loaded with
include("pwd")
Functions
| Command | Definition |
| getpwent() | Returns a hash for a given username or Uid |
| getpwnam() | Returns a hash for a given username |
| getpwuid() | Returns a hash for a given Uid |
| hashpw() | Returns a hash of the entire password file keyed on username |