DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Deveel.Data.Security.CryptoHashExtenions Member List

This is the complete list of members for Deveel.Data.Security.CryptoHashExtenions, including all inherited members.

BinaryToHex(byte[] data)Deveel.Data.Security.CryptoHashExtenionsinlineprivatestatic
ByteArraysEqual(byte[] a, byte[] b)Deveel.Data.Security.CryptoHashExtenionsinlineprivatestatic
ComputeString(this IHashFunction hash, string s)Deveel.Data.Security.CryptoHashExtenionsinlinestatic
DefaultIterationCountDeveel.Data.Security.CryptoHashExtenionsprivate
GenerateSalt(this IHashFunction hash)Deveel.Data.Security.CryptoHashExtenionsinlinestatic
GenerateSaltString(this IHashFunction hash)Deveel.Data.Security.CryptoHashExtenionsinlinestatic
MakePbkdf2(this IKeyedHashFunction hash, byte[] salt, int length, int iterationCount)Deveel.Data.Security.CryptoHashExtenionsinlinestatic
MakePbkdf2(this IKeyedHashFunction hash, byte[] data, byte[] salt, int length)Deveel.Data.Security.CryptoHashExtenionsinlinestatic
MakePbkdf2(this IKeyedHashFunction hash, byte[] data, byte[] salt, int length, int iterationCount)Deveel.Data.Security.CryptoHashExtenionsinlinestatic
MakePbkdf2String(this IKeyedHashFunction hash, string input, string salt, int length)Deveel.Data.Security.CryptoHashExtenionsinlinestatic
MakePbkdf2String(this IKeyedHashFunction hash, string input, string salt, int length, int iterationCount)Deveel.Data.Security.CryptoHashExtenionsinlinestatic
MakePbkdf2String(this IKeyedHashFunction hash, string input, byte[] salt, int length)Deveel.Data.Security.CryptoHashExtenionsinlinestatic
MakePbkdf2String(this IKeyedHashFunction hash, string input, byte[] salt, int length, int iterationCount)Deveel.Data.Security.CryptoHashExtenionsinlinestatic
VerifyPbkdf2(this IKeyedHashFunction hash, byte[] hashed, byte[] otherData, byte[] salt)Deveel.Data.Security.CryptoHashExtenionsinlinestatic
VerifyPbkdf2(this IKeyedHashFunction hash, byte[] hashed, byte[] otherData, byte[] salt, int iterationCount)Deveel.Data.Security.CryptoHashExtenionsinlinestatic
VerifyPbkdf2String(this IKeyedHashFunction hash, string hashedString, string otherString, byte[] salt)Deveel.Data.Security.CryptoHashExtenionsinlinestatic
VerifyPbkdf2String(this IKeyedHashFunction hash, string hashedString, string otherString, byte[] salt, int iterationCount)Deveel.Data.Security.CryptoHashExtenionsinlinestatic
VerifyPbkdf2String(this IKeyedHashFunction hash, string hashedString, string otherString, string saltString)Deveel.Data.Security.CryptoHashExtenionsinlinestatic
VerifyPbkdf2String(this IKeyedHashFunction hash, string hashedString, string otherString, string saltString, int iterationCount)Deveel.Data.Security.CryptoHashExtenionsinlinestatic