mheyman
- 222,128 total downloads
- last updated 11/18/2020
- Latest version: 1.1.10
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
- 221,906 total downloads
- last updated 11/18/2020
- Latest version: 1.1.10
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.
- 217,531 total downloads
- last updated 11/18/2020
- Latest version: 1.1.10
Argon2 Password Hasher written in C#. Uses
Isopoh.Cryptography.Blake2 for hashing and
Isopoh.Cryptography.SecureArray to protect sensitive data.