This document describes the purpose of the RapidField.SolidInstruments.Cryptography
library and offers guidance with respect to licensing, installation and usage.
This library exposes advanced security mechanics, including:
- bounded random value generation
- cascading encryption
- hash trees
- in-memory security
- random element selection
- random collection shuffling
Solid Instruments is MIT-licensed. Review the license terms for more information.
Check out the API Reference for usage examples and reference documentation.
This library is available via NuGet. Use one of the commands below to download and install the library and all of its dependencies.
dotnet add package RapidField.SolidInstruments.Cryptography
Install-Package RapidField.SolidInstruments.Cryptography