wg / scrypt

Java implementation of scrypt
Apache License 2.0
426 stars 144 forks source link

Enhancement to PR #23 for using char[] password - wipe out all arrays #49

Open cleberz opened 5 years ago

cleberz commented 5 years ago

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.