You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a task, which all the similar libraries should be able to solve: encryption of a large files.
As an example of a good interface lets look at QCryptographicHash. Its QCryptographicHash::addData(QIODevice *) can process whole file not putting it into the memory entirely.
Is it possible to porcess large files with QPolarSSL having low memory footprint?
The text was updated successfully, but these errors were encountered:
There is a task, which all the similar libraries should be able to solve: encryption of a large files.
As an example of a good interface lets look at
QCryptographicHash
. ItsQCryptographicHash::addData(QIODevice *)
can process whole file not putting it into the memory entirely.Is it possible to porcess large files with QPolarSSL having low memory footprint?
The text was updated successfully, but these errors were encountered: