| 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. |
 |
|
|
| |