CapyKit/Documentation/Help/Properties_T_CapyKit_Password.md

28 lines
695 B
Markdown
Raw Normal View History

# Password Properties
## Properties
<table>
<tr>
2024-04-21 03:30:36 -05:00
<td><a href="P_CapyKit_Password_Algorithm.md">Algorithm</a></td>
<td>Gets or sets the algorithm used for password encryption.</td></tr>
<tr>
2024-04-21 03:30:36 -05:00
<td><a href="P_CapyKit_Password_Hash.md">Hash</a></td>
<td>Gets or sets the hash of the password.</td></tr>
<tr>
2024-04-21 03:30:36 -05:00
<td><a href="P_CapyKit_Password_Pbkdf2Algorithm.md">Pbkdf2Algorithm</a></td>
2024-06-24 01:17:33 -05:00
<td>Gets the preconfigured PBKDF2 algorithm.</td></tr>
2024-04-21 01:20:26 -05:00
<tr>
2024-04-21 03:30:36 -05:00
<td><a href="P_CapyKit_Password_Salt.md">Salt</a></td>
<td>Gets or sets the salt used for encryption.</td></tr>
</table>
## See Also
#### Reference
2024-04-21 03:30:36 -05:00
<a href="T_CapyKit_Password.md">Password Class</a>
<a href="N_CapyKit.md">CapyKit Namespace</a>