Functions | |
def | encodeCredentials |
def | encrypt |
def | encryptCredentials |
def webiopi.utils.crypto.encodeCredentials | ( | login, | |
password | |||
) |
Definition at line 5 of file crypto.py.
Referenced by webiopi.utils.crypto.encryptCredentials(), and webiopi.clients.PiMixedClient.setCredentials().
def webiopi.utils.crypto.encrypt | ( | value | ) |
Definition at line 13 of file crypto.py.
Referenced by webiopi.protocols.http.HTTPHandler.checkAuthentication(), and webiopi.utils.crypto.encryptCredentials().
def webiopi.utils.crypto.encryptCredentials | ( | login, | |
password | |||
) |
Definition at line 16 of file crypto.py.
References webiopi.utils.crypto.encodeCredentials(), and webiopi.utils.crypto.encrypt().