Feature Requests
Search the entire project
This project's trackers
This project's forums
This project's tasks
This project's releases
This project's documents
This project's news
Project
People
Skill
Advanced search
Log In
|
New Account
Home
My Page
Projects
Code Snippets
Project Openings
Npgsql .Net Data Provider for Postgresql
Summary
Activity
Forums
Tracker
Lists
Tasks
Docs
Surveys
News
SCM
Files
[#1000594] Accept SecureString as connection string input
View Trackers
|
Feature Requests
|
Download .csv
|
Monitor
Date:
2006-03-20 11:20
Priority:
3
State:
Open
Submitted by:
Nobody
Assigned to:
Nobody (None)
Category:
Group:
Resolution:
None
Summary:
Accept SecureString as connection string input
Detailed description
Standard .net strings are very insecure - they appear several times in memory, are in plain text and cannot be overwitten as they are immutable.
Using the SecureString class would help alleviate these problems.
Followup
Message
Date: 2010-02-03 14:55
Sender:
Alaric Dailey
I was going to write more, but isn't this exactly why you would use Integrated Security?
As someone who writes Database code to be independent of providers, why would anyone want to special case this behavior.
Attached Files:
Changes:
No Changes Have Been Made to This Item