feat: implement secure config and machine id key generator

This commit is contained in:
Stevan Freeborn
2026-03-30 08:03:27 -05:00
parent 43d64a1855
commit e05e959378
8 changed files with 321 additions and 5 deletions
@@ -0,0 +1,5 @@
namespace StevanFreeborn.Extensions.Configuration.Secure.Cryptography;
internal sealed class MachineIdKeyProvider
{
}