SecureStringNAOT icon indicating copy to clipboard operation
SecureStringNAOT copied to clipboard

Compile time string encryption with NativeAOT

Results 1 SecureStringNAOT issues
Sort by recently updated
recently updated
newest added

The strings aren't compile-time encrypted, they're just baked into the *.dll rather than the *.exe. [Reproducable with strings from SysInternals](https://learn.microsoft.com/en-us/sysinternals/downloads/strings). `C:\Users\[User]\Downloads>strings.exe "[Path]\SecureStringNAOT\SecureStringNAOT\SecureStringNAOT\bin\Release\net7.0\SecureStringNAOT.dll" > out.txt` Shows the raw strings: ![Image](https://github.com/user-attachments/assets/e19689b5-649c-44fc-85e9-c293af88d612) While...