CapyKit/Documentation/Help/Methods_T_CapyKit_IPasswordAlgorithm.md

22 lines
536 B
Markdown
Raw Normal View History

# IPasswordAlgorithm Methods
## Methods
<table>
<tr>
2024-04-21 03:30:36 -05:00
<td><a href="M_CapyKit_IPasswordAlgorithm_Compare.md">Compare</a></td>
<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>
<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>