Contains typical implementations for AES, RSA and RSA-AES encryptions. It also contains extensions that helps working with SecureString.
Breaking changes in 3.1.x - See https://github.com/Capgemini/Cauldron for more information.
Collection of simple pieces of reusable code designed such that dependencies aren't forced upon consumers of its packages. Package is shipped as source code.
Collection of simple pieces of reusable code designed such that dependencies aren't forced upon consumers of its packages. Package is shipped as source code.
Collection of simple pieces of reusable code designed such that dependencies aren't forced upon consumers of its packages. Package is shipped as source code.
CryptKeeper enables you to store secrets in memory and use SecureString with reliably destroyed clear text. The CryptKeeper Secret class is designed to be thread-safe. You can use the underlying secret as an array of bytes or a string (if you must).
Utility for encrypting and validating encrypted data. Also includes methods to encrypt and decrypt using Rijndael and methods to generate SecureString objects.
Extension methods for converting a string or character array into a SecureString and also from SecureString back to a character array or string.
It is recommended to stick to character arrays and SecureString and avoid using strings as otherwise this beats much of the purpose of SecureString....
More information