CapyKit/Documentation/Help/Overload_CapyKit_Helpers_SecurityHelper_Pbkdf2.md

20 lines
788 B
Markdown
Raw Normal View History

2024-04-21 01:20:26 -05:00
# Pbkdf2 Method
## Overload List
<table>
<tr>
2024-04-21 03:30:36 -05:00
<td><a href="M_CapyKit_Helpers_SecurityHelper_Pbkdf2.md">Pbkdf2(String)</a></td>
<td>Generates a new <a href="T_CapyKit_Password.md">Password</a> object using the PBKDF2 algorithm with the provided <em>password</em>. This overload of the method generates a random salt value for added security.</td></tr>
2024-04-21 01:20:26 -05:00
<tr>
2024-04-21 03:30:36 -05:00
<td><a href="M_CapyKit_Helpers_SecurityHelper_Pbkdf2_1.md">Pbkdf2(String, Byte[])</a></td>
<td>Generates a new <a href="T_CapyKit_Password.md">Password</a> object using the PBKDF2 algorithm with the provided <em>password</em> and <em>salt</em>.</td></tr>
2024-04-21 01:20:26 -05:00
</table>
## See Also
#### Reference
2024-04-21 03:30:36 -05:00
<a href="T_CapyKit_Helpers_SecurityHelper.md">SecurityHelper Class</a>
<a href="N_CapyKit_Helpers.md">CapyKit.Helpers Namespace</a>