mheyman
- 493,835 total downloads
- last updated 5/22/2022
- Latest version: 1.1.12
A managed class that can hold an array in RAM and zero it
on disposal. The code has the capability to throw if it cannot lock
the array in RAM or gracefully degrade to merely pinning the memory
to prevent the CLR from moving it and risking exposure to other part
of the...
More information
- 491,919 total downloads
- last updated 5/22/2022
- Latest version: 1.1.12
Blake2 hash for sensitive data. Uses
Isopoh.Cryptography.SecureArray to assure sensitive data gets wiped
from RAM and, if the operating system allows, never gets written to
disk.
- 481,495 total downloads
- last updated 5/22/2022
- Latest version: 1.1.12
Argon2 Password Hasher written in C#. Uses
Isopoh.Cryptography.Blake2 for hashing and
Isopoh.Cryptography.SecureArray to protect sensitive data.