Top "Securestring" questions

Represents text that should be kept confidential.

Secure random token in Node.js

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 securestring
Convert a secure string to plain text

I'm working in PowerShell and I have code that successfully converts a user entered password into plain text: $SecurePassword = Read-Host …

powershell securestring
How to convert a string to securestring explicitly

I want the text entered in the textbox to be converted to securestring in c#.

c# securestring
Using SecureString

Can this be simplified to a one liner? Feel free to completely rewrite it as long as secureString gets initialized …

c# security securestring
How can I use powershell's read-host function to accept a password for an external service?

I 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 securestring
Powershell TextBox SecureString

Is it possible using the System.Windows.Forms.TextBox (or any other method) to enter in text that can then …

powershell securestring
ConvertTo-SecureString Key not valid for use in specified state

I'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 securestring
C# - compare two SecureStrings for equality

I have a WPF application with two PasswordBoxes, one for the password and another for the password to be entered …

c# passwords equals securestring passwordbox
C# SecureString Question

Is there any way to get the value of a SecureString without comprising security? For example, in the code below …

c# .net securestring