Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encryption of large files using symmetric ciphers. #1

Open
tomilov opened this issue May 4, 2017 · 1 comment
Open

Encryption of large files using symmetric ciphers. #1

tomilov opened this issue May 4, 2017 · 1 comment

Comments

@tomilov
Copy link

tomilov commented May 4, 2017

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?

@azadkuh
Copy link
Owner

azadkuh commented May 5, 2017

yupp, that's right.

I'll add to the library in my free time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants