MCPcopy Create free account
hub / github.com/Windscribe/Desktop-App / encryptToByteArray

Method encryptToByteArray

src/client/client-common/utils/simplecrypt.cpp:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77QByteArray SimpleCrypt::encryptToByteArray(const QString& plaintext)
78{
79 QByteArray plaintextArray = plaintext.toUtf8();
80 return encryptToByteArray(plaintextArray);
81}
82
83QByteArray SimpleCrypt::encryptToByteArray(QByteArray plaintext)
84{

Callers 2

writeEntryMethod · 0.80
setValueMethod · 0.80

Calls 3

resultMethod · 0.80
isEmptyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected