discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to do basic user/pass storage...


From: S.J.Chun
Subject: Re: How to do basic user/pass storage...
Date: Tue, 27 Jan 2004 16:10:47 +0900 (KST)

Hi,

I think you can just encrypt your passwd data and store it using MySQL. The
encryption/decryption algorithm will be chosen whether you need to decrypt
the data or not.

For my case, I just encrypted using md5 hashing.(Because I just need to compare)
Hope this helps.

  ----- Original Message -----
  From: Jason Clouse <jhclouse@charter.net>
  To: GNUstep List <discuss-gnustep@gnu.org>
  Sent: Tue, 27 Jan 2004 00:48:00 -0500
  Subject: How to do basic user/pass storage...

  I'm in the process of porting CocoaMySQL (finally!) and want to know 
  which way is The Best (tm) for storing usernames and passwords 
  securely.  I thought I remembered seeing some encryption facilities in 
  base or something but I don't see them now.  Any ideas?
  
  
  
  _______________________________________________
  Discuss-gnustep mailing list
  Discuss-gnustep@gnu.org
  http://mail.gnu.org/mailman/listinfo/discuss-gnustep
  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]