mirror of
https://github.com/wagesj45/CapyKit.git
synced 2024-11-12 19:23:36 -06:00
788 B
788 B
Pbkdf2 Method
Overload List
Pbkdf2(String) | Generates a new Password object using the PBKDF2 algorithm with the provided password. This overload of the method generates a random salt value for added security. |
Pbkdf2(String, Byte[]) | Generates a new Password object using the PBKDF2 algorithm with the provided password and salt. |