The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Secure Strings

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Anand M

Posts: 984
Nickname: anandm
Registered: May, 2004

Anand M is a VB.NET MVP working as a Senior Architect @ Polaris Software Lab Ltd
Secure Strings Posted: Jun 1, 2004 6:23 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Anand M.
Original Post: Secure Strings
Feed Title: .NET From India
Feed URL: http://www.dotnetindia.com/index.rss
Feed Description: Your daily dose of .NET From India
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Anand M
Latest Posts From .NET From India

Advertisement

Shawn posts about a new secure version of the string class that is avbl in Whidbey. This is called SecureStrings and can be used to store sensitive information like passwords etc.

SecureStrings are held in encrypted memory by the CLR (using DPAPI), and are only unencrypted when they are accessed. This limits the amount of time that your string is in plaintext for an attacker to see.

Read: Secure Strings

Topic: Typical Norway Scenario Previous Topic   Next Topic Topic: Send us those Watson reports!

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use