TriunniaLabs.Memory.Protected (0.3.7)
Published 2026-03-15 23:08:09 +00:00 by Administrator
Installation
dotnet nuget add source --name TriunniaLabs --username your_username --password your_token dotnet add package --source TriunniaLabs --version 0.3.7 TriunniaLabs.Memory.ProtectedAbout this package
This package introduces Protected{T}, which encrypts its data in-memory and keeps it encrypted until decryption is specifically requested. The unencrypted value is not stored in memory. The secret can be converted to a message for secure transmission or serialization over untrusted channels.