mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
parent
1e7fc8cc52
commit
14ee8af3cd
|
@ -147,7 +147,7 @@ QByteArray ToxEncrypt::decryptPass(const QString& password, const QByteArray& ci
|
|||
return QByteArray{};
|
||||
}
|
||||
|
||||
return ciphertext;
|
||||
return plaintext;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -275,7 +275,7 @@ QByteArray ToxEncrypt::decrypt(const QByteArray& ciphertext) const
|
|||
return QByteArray{};
|
||||
}
|
||||
|
||||
return ciphertext;
|
||||
return plaintext;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user