search
Japanese Chinese Nederlands Espanol Italiano Deutsch Francais Twitter Rss Feeds
MicrosoftArticlesForumsFAQs
C# .NET
VB.NET
Visual Studio .NET
ADO.NET
Xml / Xslt
VB 6.0
.NET CF
GDI+
LINQ
Deployment
Security
FoxPro
Silverlight / WPF
Entity Framework
RIA Services

Web ProgrammingArticlesForumsFAQs
JavaScript
ASP
ASP.NET
Web Services

Non-MicrosoftArticlesForumsFAQs
NHibernate
Perl
PHP
Ruby
Java
Linux / Unix
Apple
Open Source

DatabasesArticlesForumsFAQs
SQL Server
Access
Oracle
MySQL
Other Databases

OfficeArticlesForumsFAQs
Excel
Word
Powerpoint
Outlook
Publisher
Money

Operating SystemsArticlesForumsFAQs
Windows 7
Windows Server
Windows Vista
Windows XP
Windows Update
MAC
Linux / UNIX

Server PlatformsArticlesForumsFAQs
BizTalk
Site Server
Exhange Server
IIS

Graphic DesignArticlesForumsFAQs
Macromedia Flash
Adobe PhotoShop
Expression Blend
Expression Design
Expression Web

OtherArticlesForumsFAQs
Subversion / CVS
Ask Dr. Dotnetsky
Active Directory
Networking
Uninstall Virus
Job Openings
Product Reviews
Search Engines
Resumes

 

View Other Ask Dr. Dotnetsky Posts   Ask New Question 
Kindly suggest any other option - very urgent
abirami elango posted at Wednesday, August 29, 2007 12:19 AM

Dear sir,

kindly suggest some ways to store values like Intialization vector value and Key value to encrypt password in some complied form i.e, some non readable format.

normally these values will be a hardcoded value in the program file (.cs file) which can be read by anybody who can access the base class.

kindly suggest some ways to handle this in asp.net with c#.

Thanks

abirami

abirami

 

In our asp.net application using c# we have to encrypt the password and store it in db.

so we are using Triple DES algorithm which needs Intialization vector value and Key value.

normally these values will be a hardcoded value in the program file (.cs file) which can be read by anybody who can access the base class.

so i need to store the in compiled format ( i,e

well, where we run a program thru a compiler and it stores it in an executable binary file)

so can we use the stong name concept to store these information.

if possible means plz explain how.

if not kindly provide me with any other option.

thanks in advance

abirami.