scrypt
scrypt copied to clipboard
Java implementation of scrypt
I noticed that a customer's application increased in memory usage every time some users logged in and the memory usage would not go down again even when everything was quiet....
Bumps [junit](https://github.com/junit-team/junit4) from 4.8.2 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
When I use the native library to crypt an empty string ("") there is a result. When I use the java code to crypt an empty string ("") I get...
java.util.concurrent.ExecutionException: com.android.tools.build.bundletool.exceptions.BundleFileTypesException$FileUsesReservedNameException: File 'root/lib/x86_64/darwin/libscrypt.dylib' uses reserved file or directory name 'lib'.
This fixes issue #31.
This is an enhancement to PR #23 to ensure not just the password arrays get cleaned up immediately but also the other arrays containing hashes, enhancing the library security.
Is there a precompiled 64 bit version of the native library? If not, is the code 64 bit compatible and it's just a matter of rebuilding it, or would there...
The `JarLibraryLoader` has apparently a problem while loading if placed in a directory that contains special characters which have to be URL encoded. For example, if the directory path contains...
please check!! os: windows 10
I think it's better to follow the "official" naming [used by Percival](https://www.tarsnap.com/scrypt/scrypt.pdf) to avoid the confusion seen in e.g. [this SO thread](https://stackoverflow.com/questions/11126315/what-are-optimal-scrypt-work-factors). Calling r just a 'memory cost parameter' seems...