Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Self-decrypting archives, private keys, and symmetric key stores must be protected with a passphraseSelf-decrypting archives, private keys, and symmetric key stores must be protected with a passphrase
Previous
 
Next
New Post
2/1/2011 5:14 PM
 

After the first Security review was completed on our DotNetNuke website, our security guys sent us a list of issues that we need to fix and on that list is this one requirement:  

“Self-decrypting archives, private keys, and symmetric key stores must be protected with a passphrase.”

Does anyone fully understand what this requirement means?   Below is the full description of this security risk.

Public key cryptography systems operate on the assumption that private keys are protected.  If an attacker can gain access to a private key, the attacker can assume the identity represented by the private key.  Unauthorized disclosure, alteration, or destruction of data may occur if a private key is accessed by an attacker.  Without a passphrase the private key can be accessed and used anonymously by an attacker.  The absence of passphrases will result in a failure to protect confidentiality and integrity.

If anyone has the solution for this, can you share it with me?  Thank you very much.

 
New Post
2/1/2011 6:09 PM
 
The machine key in your web.config is a private key, protected by IIS (.config files are not delivered via web), but encryption of web.config is not supported by DotNetNuke. For a new site, to protect passwords stored in the database, you may switch membership provider to use hashed passwords instead of encrypted ones.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
2/2/2011 2:42 PM
 

Hi Sebastian,

Thank you very much for your very fast response. 

We are already hashing our password. This is what we have in our web.config file(please see below).

<machineKey validationKey="myvalidationkey" decryptionKey="mydecryptionkey" decryption="3DES" validation="SHA1" />

I can also validate this by looking at the Password and PasswordSalt column under the aspnet_Membership table.  I just don’t know what the self-decrypting archives are and the use of passphrase to protect them.

Regards,

Marcelo Solangon

 
New Post
2/2/2011 5:50 PM
 
please check passwordFormat in membershop section.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
2/2/2011 6:29 PM
 
Yes it is. Thank you.

<add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="myConnectionString" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" minRequiredPasswordLength="8" minRequiredNonalphanumericCharacters="1" passwordStrengthRegularExpression="^.*(?=.{8,})(?=.*[a-z])(?=.*[A-Z])(?=.*[\W])(?=.*[\d]).*$" requiresUniqueEmail="true" passwordFormat="Hashed" applicationName="DotNetNuke" description="Stores and retrieves membership data from the local Microsoft SQL Server database" />

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Self-decrypting archives, private keys, and symmetric key stores must be protected with a passphraseSelf-decrypting archives, private keys, and symmetric key stores must be protected with a passphrase


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out