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

JNCryptor on android is too slow than RNEncryptor on iOS #34

Closed
cs8 opened this issue Apr 13, 2016 · 3 comments
Closed

JNCryptor on android is too slow than RNEncryptor on iOS #34

cs8 opened this issue Apr 13, 2016 · 3 comments

Comments

@cs8
Copy link

cs8 commented Apr 13, 2016

do you know how to make it fast on android ?

@LookingSharp
Copy link

I've read through some of the issues, and I'm wondering if anyone has profiled what is slow. There were some hints that this was because of the pbkdf2, which is of course designed to be slow.

I'm wondering if you use an encryption key directly (and don't derive it from the password every time) are there still performance problems?

@TGIO
Copy link

TGIO commented May 19, 2016

perfomance issues solved in this implementation

@dmjones dmjones closed this as completed May 25, 2016
@dmjones
Copy link
Contributor

dmjones commented May 25, 2016

Duplicate of #23

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

4 participants