The SecurityHelper type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() ![]() | GetClearBytes |
Decrypts the passed in byte array.
|
![]() ![]() | GetClearString |
Returns the clear text associated with the given encrypted string.
|
![]() ![]() | GetMd5Hash |
Returns an MD5 hash using the given arguments.
|
![]() ![]() | GetMD5Hash |
MD5 Wrapped for checking on file contents.
|
![]() ![]() | GetMd5SaltedHash |
Creates an MD5 salted hash.
|
![]() ![]() | GetMD5SaltedHash |
HMACMD5 wrapper for guaranteeing the output is the same and using salted MD5 hash (SHA-1, SHA256, SHA384, SHA512, RIPEMD160)
|
![]() ![]() | GetSecureBytes |
Encrypts the passed in byte array.
|
![]() ![]() | GetSecureString |
Returns an encrypted version of the given string.
|
![]() ![]() | ReadClearFile |
Reads and decrypts the data in the given file.
|
![]() ![]() | VerifyMd5Hash |
Verify a hash against a string.
|
![]() ![]() | VerifyMD5Hash |
Verifies the MD5 hash against the passed in values.
|
![]() ![]() | VerifyMd5SaltedHash |
Verifies the input using MD5 salted hash test.
|
![]() ![]() | VerifyMD5SaltedHash |
Verify the MD5 salted hash against the passed in string value.
|
![]() ![]() | WriteSecureFile |
Writes an encrypted version of the given data to the file
listed by the filePath argument.
|
See Also