Forums
 This topic is locked 
             Whats the best way to encrypt passwords in php programming?
 Posted 22 Jun 2012  14:44:16 
  1 
     has   voted 
  22 Jun 2012  14:44:16 varis lost posted: 
 was thinking and searching about this topic all day I am just curious, If you know whats the best way to crypt information and still be able to decrypt them later own safely Please let me know And wouldn't other people be able to decrypt data just like I did ?  Replies
 Replied 27 Jul 2012  09:03:11 
   27 Jul 2012  09:03:11 Roddy Dairion replied: 
  What you need to consider is this, if you can decrypt a password then its not secure, if someone tries hard enough then he will crack it. 
Here is a link that will help you find the answer to your question
stackoverflow.com/questions/1289061/best-way-to-use-php-to-encrypt-and-decrypt
  Here is a link that will help you find the answer to your question
stackoverflow.com/questions/1289061/best-way-to-use-php-to-encrypt-and-decrypt
 Replied 19 Sep 2012  07:34:36 
   19 Sep 2012  07:34:36 Mr. Mohamad Zein replied: 
  I Think The Best Way to crypt information and still be able to decrypt them later own safely is not to use md5 is it's crackable,using sha1 it's 128 bit and the devices able to crack is at leat of $1,000,000 of price and not everybody has it.Understnd what i meant?? 
  
