Ask a Question related to ASP.NET Security, Design and Development.
-
Shaun #1
DPAPI Encryption Constraints & implementation
I am working on using DPAPI user profile store to encrypt a connection
string in web.config file, using VB.NET
1. I have a situation here, I would not want the DPAPI User profile to
be Administrator dependent, and I would like to load a user profile I
have created for encryption & decryption directly. In other words I
want to load the user profile without having have administrator
privileges.
I'm using VB.NET, & would like to deviate from using Windows Service
Component to load the profile.
2. If this option is not feasible, could anybody suggest a safe
method to encrypt a string in config file. I cannot use the
registry or a database or machine dependent for password store. This
leaves me with one option to hard code the key into the code. I was
looking for a different side by approach to prevent de-obfuscator from
retrieving this.
I would really appreciate if somebody would help me with this
situation. It's a kind of tricky situation. Even if I would want to
hard code the password string what would be the safest approach, I
could use unmanaged code, but then I would want to make this access
hard for access.
A help would be greatly appreciated.
Thanking you
Shaun
Shaun Guest
-
foreign key constraints or / and unique key ?
I have the following database structure : my_user ( id, name ); my_country (id, name ); my_travel ( id_user , id_country , length_of_stay ); ... -
CryptoAPI cryptographic service provider (CSP) for this implementation could not be acquired during encryption
Hi, We are trying to encrypt and decrypt some fields using RSA algorithm.The class being used is RSACryptoServiceProvider.We have put a key in its... -
How are foreign key constraints built?
How are foreign key constraints built? In loading my database into PostgreSQL 8.0, on the command: ALTER TABLE ONLY TABLEA ADD CONSTRAINT "$1"... -
How to switch off constraints?
Hi, IMHO there is a command to switch off constraints for the purpose of import and so on. Anybody can help me? We are using IDS 7.31. -
import constraints and indexes only
Dale@DataBee.com (Dale Edgar) wrote in message news:<3def02cc.2087711@news.btclick.com>... I have found myself in a similar situation a couple...



Reply With Quote

