|
def | __init__ |
|
def | set_password |
|
def | has_password |
|
def | is_password |
|
def | is_data_encrypted |
|
def | pass_encrypt |
|
def | pass_decrypt |
|
def | __init__ |
|
def | get_instance |
|
def toxygen.toxencryptsave.ToxEncryptSave.pass_decrypt |
( |
|
self, |
|
|
|
data |
|
) |
| |
Decrypts the given data with the given passphrase.
:return: output array
def toxygen.toxencryptsave.ToxEncryptSave.pass_encrypt |
( |
|
self, |
|
|
|
data |
|
) |
| |
Encrypts the given data with the given passphrase.
:return: output array
The documentation for this class was generated from the following file:
- toxygen/toxygen/toxencryptsave.py