SecureStringNAOT
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:  While...