> For the complete documentation index, see [llms.txt](https://andreyakinshin.gitbook.io/problembookdotnet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://andreyakinshin.gitbook.io/problembookdotnet/en/strings/secure-p.md).

# “Secure” (Problem)

Keep in regular strings secret data (such as a password) is a bad way, since string is stored in memory in the clear, hackers can easily get to it. What are the standard tools to protect data?

[Solution](/problembookdotnet/en/strings/secure-s.md)
