Rebex HTTPS is an HTTP/HTTPS library for .NET that supports TLS 1.2, 1.1, SHA-2, SNI and other modern security-related features on both modern and legacy platforms. It is designed as a drop-in replacement for HttpWebRequest/WebRequest, WebClient and as an alternative SOAP web services transport...
More information
A tiny package for one call password hash (sha2) generator and matcher. Simple Do
var h = new Hasher();
var hash = h.getHash("abcd");
var salt = h.Salt;
Now you can store salt and hash. To match simply do:
var h2 = new Hasher(salt);
h2.match(stringToCheck, hash); // returns true or false
Hashiku should help to remember long hash codes such as a SHA-1 by translating them into sentences. If you are lucky they may even sound like a Haiku (https://en.wikipedia.org/wiki/Haiku).
A pure managed C# implementation of well-known cryptographic hash functions such as SHA-family (SHA0, SHA1, SHA2, SHA256, SHA384, SHA512), MD-family (MD2, MD4, MD5), RIPEMD, Tiger, Haval, Snefru and others.
The idea was to create a simple way to hash any type of data. So, there are generic extensions for almost any type. Some algorithms are performance optimized and probably more powerful than any other pure C# library of its kind.
SecureBlackbox is a comprehensive suite of Internet security components
Before using the product a valid license must be obtained from one of the URLs below.
- 30-day Trial: https://www.nsoftware.com/trial/SBNHA
- Full Version: https://www.nsoftware.com/full/SBNHA
After obtaining the Runtime...
More information
SecureBlackbox Lite offers a collection of secure Internet transports
Before using the product a valid license must be installed. To activate a 30-day trial license navigate to the package installation directory on disk and run the command:
dotnet ./install-license.dll
To activate a full...
More information