Nuacht

// Encode of rawText with key // iv is used in CBC mode // return the encrypted byte array QByteArray encode(const QByteArray rawText, const QByteArray key, const ...