Convert all the users plain text passwords from the input file into SHA-512 crypt passwords and save the result on the output file
Bases: object
Return the users names
Returns: | a list of the loaded users names |
---|---|
Return type: | list of string |
Verify a password
Parameters: |
|
---|---|
Returns: | True is the password is corrent, False otherwise |
Return type: | boolean |
Bases: object
Bases: object
Decode a password with the RSA private key
Bases: object
Encode a password with the RSA public key
Returns True if the given username and password authenticate again /etc/shadow.
Parameters: |
|
---|---|
Returns: | Returns True if the given username and password authenticate, False otherwise |
Return type: | boolean |
Return the password for the given user name.