DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Static Public Member Functions | |
static string | MakePbkdf2String (this IKeyedHashFunction hash, string input, string salt, int length) |
static string | MakePbkdf2String (this IKeyedHashFunction hash, string input, string salt, int length, int iterationCount) |
static string | MakePbkdf2String (this IKeyedHashFunction hash, string input, byte[] salt, int length) |
static string | MakePbkdf2String (this IKeyedHashFunction hash, string input, byte[] salt, int length, int iterationCount) |
static byte[] | MakePbkdf2 (this IKeyedHashFunction hash, byte[] salt, int length, int iterationCount) |
static byte[] | MakePbkdf2 (this IKeyedHashFunction hash, byte[] data, byte[] salt, int length) |
static byte[] | MakePbkdf2 (this IKeyedHashFunction hash, byte[] data, byte[] salt, int length, int iterationCount) |
static bool | VerifyPbkdf2 (this IKeyedHashFunction hash, byte[] hashed, byte[] otherData, byte[] salt) |
static bool | VerifyPbkdf2 (this IKeyedHashFunction hash, byte[] hashed, byte[] otherData, byte[] salt, int iterationCount) |
static bool | VerifyPbkdf2String (this IKeyedHashFunction hash, string hashedString, string otherString, byte[] salt) |
static bool | VerifyPbkdf2String (this IKeyedHashFunction hash, string hashedString, string otherString, byte[] salt, int iterationCount) |
static bool | VerifyPbkdf2String (this IKeyedHashFunction hash, string hashedString, string otherString, string saltString) |
static bool | VerifyPbkdf2String (this IKeyedHashFunction hash, string hashedString, string otherString, string saltString, int iterationCount) |
static string | ComputeString (this IHashFunction hash, string s) |
static byte[] | GenerateSalt (this IHashFunction hash) |
static string | GenerateSaltString (this IHashFunction hash) |
Static Private Member Functions | |
static bool | ByteArraysEqual (byte[] a, byte[] b) |
static string | BinaryToHex (byte[] data) |
Private Attributes | |
const int | DefaultIterationCount = 10000 |
Definition at line 23 of file CryptoHashExtensions.cs.
|
inlinestaticprivate |
Definition at line 182 of file CryptoHashExtensions.cs.
|
inlinestaticprivate |
Definition at line 147 of file CryptoHashExtensions.cs.
|
inlinestatic |
Definition at line 165 of file CryptoHashExtensions.cs.
|
inlinestatic |
Definition at line 170 of file CryptoHashExtensions.cs.
|
inlinestatic |
Definition at line 178 of file CryptoHashExtensions.cs.
|
inlinestatic |
Definition at line 46 of file CryptoHashExtensions.cs.
|
inlinestatic |
Definition at line 54 of file CryptoHashExtensions.cs.
|
inlinestatic |
Definition at line 58 of file CryptoHashExtensions.cs.
|
inlinestatic |
Definition at line 28 of file CryptoHashExtensions.cs.
|
inlinestatic |
Definition at line 32 of file CryptoHashExtensions.cs.
|
inlinestatic |
Definition at line 36 of file CryptoHashExtensions.cs.
|
inlinestatic |
Definition at line 40 of file CryptoHashExtensions.cs.
|
inlinestatic |
Definition at line 112 of file CryptoHashExtensions.cs.
|
inlinestatic |
Definition at line 116 of file CryptoHashExtensions.cs.
|
inlinestatic |
Definition at line 127 of file CryptoHashExtensions.cs.
|
inlinestatic |
Definition at line 131 of file CryptoHashExtensions.cs.
|
inlinestatic |
Definition at line 135 of file CryptoHashExtensions.cs.
|
inlinestatic |
Definition at line 139 of file CryptoHashExtensions.cs.
|
private |
Definition at line 26 of file CryptoHashExtensions.cs.