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

Allow some params to be editable #27

Closed
skippy opened this issue May 11, 2016 · 2 comments
Closed

Allow some params to be editable #27

skippy opened this issue May 11, 2016 · 2 comments

Comments

@skippy
Copy link

skippy commented May 11, 2016

I'm thinking of specifically AES_KEY_LENGTH_BITS and PBE_ITERATION_COUNT; we would like to set these to 256 and 20_000 respectively. Of course we can just copy/paste the file into our build, but it would be nice to be able to import it in directly.

@SyntaxPolice
Copy link
Contributor

Thanks. We want to keep this code pretty simple and always compatible (modifying key lenghts and iteration counts make different versions incompatible). Our TozStore libraries are a lot more feature rich, and we may provide an updated version of this library at some point that would be restricted to more modern phones (bigger key sizes, more cpu for iterations, gcm cipher, etc).

@SyntaxPolice
Copy link
Contributor

And sorry for not replying earlier.

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