2024-04-19 23:12:24 -05:00
|
|
|
# IPasswordAlgorithm Methods
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Methods
|
|
|
|
<table>
|
|
|
|
<tr>
|
2024-04-21 03:30:36 -05:00
|
|
|
<td><a href="M_CapyKit_IPasswordAlgorithm_Compare.md">Compare</a></td>
|
2024-04-19 23:12:24 -05:00
|
|
|
<td>Compares the given plaintext password with an encrypted value using PBKDF2 algorithm.</td></tr>
|
|
|
|
<tr>
|
2024-04-21 03:30:36 -05:00
|
|
|
<td><a href="M_CapyKit_IPasswordAlgorithm_Encrypt.md">Encrypt</a></td>
|
2024-04-19 23:12:24 -05:00
|
|
|
<td>Encrypts the given password using a defined algorithm.</td></tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
## See Also
|
|
|
|
|
|
|
|
|
|
|
|
#### Reference
|
2024-04-21 03:30:36 -05:00
|
|
|
<a href="T_CapyKit_IPasswordAlgorithm.md">IPasswordAlgorithm Interface</a>
|
|
|
|
<a href="N_CapyKit.md">CapyKit Namespace</a>
|