Functionality for encrypting information.
Methods
|
Name |
Description |
|
CreateHash |
Creates a salted, non-reversible Hash value from the specified text. |
|
CreateTotpSecretKey |
Create a Base-32 encoded Secret Key suitable for use with TOTP authenticators. |
|
CreateUnsaltedHash |
Creates an unsalted, non-reversible Hash value from the specified text. |
|
Decrypt |
Decrypts the specified text. |
|
Encrypt |
Encrypts the specified text. |
|
VerifyHash |
|
|
VerifyTotpSha1 |
Verify that the TOTP password entered by a User was generated from the specified Secret Key within the past 30 seconds. |
- Namespace:
- Intersoft.ISRuntime6
- Assembly:
- ISRuntime6, Version=6.0.3
- Target Framework:
- .NET 9.0