You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 25, 2021. It is now read-only.
The password parameters of SCryptUtil.scrypt() and check() are strings, which should not be used for passwords as explained here. For developers that care about these nuances, it would be great if you provided additional overloads that allow using a char[]:
The password parameters of
SCryptUtil.scrypt()
andcheck()
are strings, which should not be used for passwords as explained here. For developers that care about these nuances, it would be great if you provided additional overloads that allow using achar[]
:Note that I consider the hash to be harmless and kept it inside a String; one might argue to use
char[]
here for consistency.The text was updated successfully, but these errors were encountered: