DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
This is the complete list of members for Deveel.Data.Security.CryptoHashExtenions, including all inherited members.
BinaryToHex(byte[] data) | Deveel.Data.Security.CryptoHashExtenions | inlineprivatestatic |
ByteArraysEqual(byte[] a, byte[] b) | Deveel.Data.Security.CryptoHashExtenions | inlineprivatestatic |
ComputeString(this IHashFunction hash, string s) | Deveel.Data.Security.CryptoHashExtenions | inlinestatic |
DefaultIterationCount | Deveel.Data.Security.CryptoHashExtenions | private |
GenerateSalt(this IHashFunction hash) | Deveel.Data.Security.CryptoHashExtenions | inlinestatic |
GenerateSaltString(this IHashFunction hash) | Deveel.Data.Security.CryptoHashExtenions | inlinestatic |
MakePbkdf2(this IKeyedHashFunction hash, byte[] salt, int length, int iterationCount) | Deveel.Data.Security.CryptoHashExtenions | inlinestatic |
MakePbkdf2(this IKeyedHashFunction hash, byte[] data, byte[] salt, int length) | Deveel.Data.Security.CryptoHashExtenions | inlinestatic |
MakePbkdf2(this IKeyedHashFunction hash, byte[] data, byte[] salt, int length, int iterationCount) | Deveel.Data.Security.CryptoHashExtenions | inlinestatic |
MakePbkdf2String(this IKeyedHashFunction hash, string input, string salt, int length) | Deveel.Data.Security.CryptoHashExtenions | inlinestatic |
MakePbkdf2String(this IKeyedHashFunction hash, string input, string salt, int length, int iterationCount) | Deveel.Data.Security.CryptoHashExtenions | inlinestatic |
MakePbkdf2String(this IKeyedHashFunction hash, string input, byte[] salt, int length) | Deveel.Data.Security.CryptoHashExtenions | inlinestatic |
MakePbkdf2String(this IKeyedHashFunction hash, string input, byte[] salt, int length, int iterationCount) | Deveel.Data.Security.CryptoHashExtenions | inlinestatic |
VerifyPbkdf2(this IKeyedHashFunction hash, byte[] hashed, byte[] otherData, byte[] salt) | Deveel.Data.Security.CryptoHashExtenions | inlinestatic |
VerifyPbkdf2(this IKeyedHashFunction hash, byte[] hashed, byte[] otherData, byte[] salt, int iterationCount) | Deveel.Data.Security.CryptoHashExtenions | inlinestatic |
VerifyPbkdf2String(this IKeyedHashFunction hash, string hashedString, string otherString, byte[] salt) | Deveel.Data.Security.CryptoHashExtenions | inlinestatic |
VerifyPbkdf2String(this IKeyedHashFunction hash, string hashedString, string otherString, byte[] salt, int iterationCount) | Deveel.Data.Security.CryptoHashExtenions | inlinestatic |
VerifyPbkdf2String(this IKeyedHashFunction hash, string hashedString, string otherString, string saltString) | Deveel.Data.Security.CryptoHashExtenions | inlinestatic |
VerifyPbkdf2String(this IKeyedHashFunction hash, string hashedString, string otherString, string saltString, int iterationCount) | Deveel.Data.Security.CryptoHashExtenions | inlinestatic |