qTox  Version: nightly | Commit: bc751c8e1cac455f9690654fcfe0f560d2d7dfdd
Classes
toxencrypt.h File Reference
#include <QByteArray>
#include <QString>
#include <memory>
Include dependency graph for toxencrypt.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ToxEncrypt
 Encapsulates the toxencrypsave API. Since key derivation is work intensive and to avoid storing plaintext passwords in memory, use a ToxEncrypt object and encrypt() or decrypt() when you have to encrypt or decrypt more than once with the same password. More...