TOXYGEN
 All Classes Functions
Public Member Functions | Public Attributes | List of all members
toxygen.toxencryptsave.ToxEncryptSave Class Reference
Inheritance diagram for toxygen.toxencryptsave.ToxEncryptSave:
toxygen.util.Singleton

Public Member Functions

def __init__
 
def set_password
 
def has_password
 
def is_password
 
def is_data_encrypted
 
def pass_encrypt
 
def pass_decrypt
 
- Public Member Functions inherited from toxygen.util.Singleton
def __init__
 
def get_instance
 

Public Attributes

 libtoxencryptsave
 

Member Function Documentation

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: