New Posts New Posts RSS Feed: Encryption
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

Encryption

 Post Reply Post Reply
Author
orcities View Drop Down
Senior Member
Senior Member
Avatar

Joined: 28-Aug-2007
Location: United States
Posts: 454
Post Options Post Options   Quote orcities Quote  Post ReplyReply Direct Link To This Post Topic: Encryption
    Posted: 05-May-2010 at 7:44am
Tx for the offer. Luckily I only have a handful of users. I will just reset their passwords.
Back to Top
ting View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 27-Mar-2009
Location: San Francisco
Posts: 427
Post Options Post Options   Quote ting Quote  Post ReplyReply Direct Link To This Post Posted: 04-May-2010 at 6:17pm
You just use the standard .NET libraries in System.Security.Cryptography for this now.  MD5 has already been broken and is considered insecure, so I'd recommend one of the SHA classes for hashing.  Also, the System.Convert.ToBase64String (and FromBase64String) are very handy to use with the cryptographic functions.
 
We're also recommending people take a look at using ASP.NET Security instead of creating their own authentication table.
 
If you have an existing login table and need to duplicate the logic of the original hash from DevForce Classic, open a support case and we can send you the source code for the MD5 CryptoFns.
 
Back to Top
orcities View Drop Down
Senior Member
Senior Member
Avatar

Joined: 28-Aug-2007
Location: United States
Posts: 454
Post Options Post Options   Quote orcities Quote  Post ReplyReply Direct Link To This Post Posted: 04-May-2010 at 4:07pm
In the previous version, classic, I used IdeaBlade.Util.CryptoFns.MD5HashUTF16ToString to encrypt my passwords. Is this still around or do I need to perform some magic to get my users to login?
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down