Is it in any way better to do this char[] sec = { \'a\', \'b\', \'c\'}; SecureString s = new SecureString();
I have been writing a little program for myself using C# that I can use to store my passwords and then retrieve them for viewing/editing.
How to send a string in most securely. Got some issue with encryption. My encrypted value in iPhone is not similar to webapp.
I\'ve been trying to go through a couple of my C# libraries and a WPF application that uses them and replace plain-text, string passwords with SecureString.I do have to convert a SecureString back to
I\'ve been looking into using the System.Security.SecureString class to hold credit card numbers开发者_运维知识库 in memory while they are being processed.Has anyone used the SecureString class for ho
My application makes use of the RijndaelManaged class to encrypt data.As a part of this encryption, I use a SecureString object loaded with a password which get\'s get converted to a byte array and lo
I want to use a SecureString to hold a connection开发者_开发知识库 string for a database. But as soon as I set the SqlConnection object\'s ConnectionString property to the value of the securestring su
Is there any way to get the value of a SecureString without comprising security? For example, in the code bel开发者_高级运维ow as soon as you do PtrToStringBSTR the string is no longer secure because