Password Encryption Source

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
3/21/2010 8:13:27 AM
Gravatar
Total Posts 4

Password Encryption Source

Hi Joe,

I am integrating a WCF app into MP, I have created a custom authentication provider with a little adaptive additional encryption over and above the SSL, on the custom authentication side I want to link into the MP core, however can't find your password encryption method, perhaps too many hours behind the keyboard at this stage, a little help will be greatly appreciated.

Many Thanks

George

3/21/2010 9:13:50 AM
Gravatar
Total Posts 18439

Re: Password Encryption Source

Look in Web/Components/mojoMembershipProvider.cs for encryption we rely on the EncryptPassword method built into MembershipProvider.

I recommend you don't make any changes to mojoPortal code.

Hope it helps,

Joe

3/21/2010 11:54:38 AM
Gravatar
Total Posts 4

Re: Password Encryption Source

Hi Joe,

I don't plan to change the core, rather mimic some parts thereof on the WCF custom authentication, partly at risk of future core changes, I might spring a sample on you when I'm done, for the growing MP community...

Regards

You must sign in to post in the forums. This thread is closed to new posts.