Top "Securestring" questions

Represents text that should be kept confidential.

Securely store a password in program code?

My application makes use of the RijndaelManaged class to encrypt data. As a part of this encryption, I use a …

c# .net security store securestring
SecureString to Byte[] C#

How would I get a byte[] equivalent of a SecureString (which I get from a PasswordBox)? My objective is to …

c# wpf encryption securestring
How secure is PowerShell's ConvertFrom-SecureString -key

I have a module that includes some strings with some private data that should be hard to attain, but changes …

security powershell securestring
Store, retrieve and validate password (SecureString) in SQL Server

I have a login window that gets the username and password from the user and I would like to know …

c# sql-server passwordbox securestring