Represents text that should be kept confidential.
In this question Erik needs to generate a secure random token in Node.js. There's the method crypto.randomBytes that …
javascript node.js base64 securestringI'm working in PowerShell and I have code that successfully converts a user entered password into plain text: $SecurePassword = Read-Host …
powershell securestringI want the text entered in the textbox to be converted to securestring in c#.
c# securestringCan this be simplified to a one liner? Feel free to completely rewrite it as long as secureString gets initialized …
c# security securestringI have a script I'm writing that makes a connection to a SOAP service. After the connection is made, I …
powershell powershell-2.0 user-input securestringIs it possible using the System.Windows.Forms.TextBox (or any other method) to enter in text that can then …
powershell securestringI'm getting an error when running a script as a particular user, but not as my own user account. This …
powershell password-protection powershell-4.0 securestringI have a WPF application with two PasswordBoxes, one for the password and another for the password to be entered …
c# passwords equals securestring passwordboxIs there any way to get the value of a SecureString without comprising security? For example, in the code below …
c# .net securestring