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

Feature request: progress indicator #36

Open
Ruffio opened this issue Aug 3, 2017 · 2 comments
Open

Feature request: progress indicator #36

Ruffio opened this issue Aug 3, 2017 · 2 comments
Assignees

Comments

@Ruffio
Copy link

Ruffio commented Aug 3, 2017

When encrypting and decrypying large amount og data, it would be nice with some kind of progress indicator. Support of callback function would be nice :-)

@ricmoo
Copy link
Owner

ricmoo commented Sep 13, 2017

How are you encrypting/decrypting the data?

I agree, an async version (similar to my scrypt-js library) would make a lot of sense, since it would also then not block UI.

This would be a very simple utility method to add. My time is pretty monopolized right now, but I will try to add this as soon as I can.

@ricmoo ricmoo self-assigned this Sep 13, 2017
@webdevelopland
Copy link

I'm working on encryption of large files now.
At first, I was looking for this feature too. But then I found out that when you work with large files, you want to use CTR and parallelize the encryption process by CPU cores. And when you do it, you already separate a large file on blocks, which can be perfectly used as steps for a progress bar.
So actually the progress indicator isn't needed. But in case you still find the feature useful, I added it, since it's a really simple update:
#112

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

No branches or pull requests

3 participants