Hash(byte[] bytes, HashAlgorithm algo) | BogaNet.Helper.HashHelper | static |
Hash(string text, HashAlgorithm algo, Encoding? encoding=null) | BogaNet.Helper.HashHelper | static |
HashFile(string file, HashAlgorithm algo) | BogaNet.Helper.HashHelper | static |
HashFileAsync(string file, HashAlgorithm algo) | BogaNet.Helper.HashHelper | static |
HashSHA256(params byte[] bytes) | BogaNet.Helper.HashHelper | static |
HashSHA256(string text, Encoding? encoding=null) | BogaNet.Helper.HashHelper | static |
HashSHA256File(string file) | BogaNet.Helper.HashHelper | static |
HashSHA256FileAsync(string file) | BogaNet.Helper.HashHelper | static |
HashSHA384(params byte[] bytes) | BogaNet.Helper.HashHelper | static |
HashSHA384(string text, Encoding? encoding=null) | BogaNet.Helper.HashHelper | static |
HashSHA384File(string file) | BogaNet.Helper.HashHelper | static |
HashSHA384FileAsync(string file) | BogaNet.Helper.HashHelper | static |
HashSHA3_256(params byte[] bytes) | BogaNet.Helper.HashHelper | static |
HashSHA3_256(string text, Encoding? encoding=null) | BogaNet.Helper.HashHelper | static |
HashSHA3_256File(string file) | BogaNet.Helper.HashHelper | static |
HashSHA3_256FileAsync(string file) | BogaNet.Helper.HashHelper | static |
HashSHA3_384(params byte[] bytes) | BogaNet.Helper.HashHelper | static |
HashSHA3_384(string text, Encoding? encoding=null) | BogaNet.Helper.HashHelper | static |
HashSHA3_384File(string file) | BogaNet.Helper.HashHelper | static |
HashSHA3_384FileAsync(string file) | BogaNet.Helper.HashHelper | static |
HashSHA3_512(params byte[] bytes) | BogaNet.Helper.HashHelper | static |
HashSHA3_512(string text, Encoding? encoding=null) | BogaNet.Helper.HashHelper | static |
HashSHA3_512File(string file) | BogaNet.Helper.HashHelper | static |
HashSHA3_512FileAsync(string file) | BogaNet.Helper.HashHelper | static |
HashSHA512(params byte[] bytes) | BogaNet.Helper.HashHelper | static |
HashSHA512(string text, Encoding? encoding=null) | BogaNet.Helper.HashHelper | static |
HashSHA512File(string file) | BogaNet.Helper.HashHelper | static |
HashSHA512FileAsync(string file) | BogaNet.Helper.HashHelper | static |