Recent

Author Topic: Decrypt an with PHP encrypted Password  (Read 14945 times)

snorkel

  • Hero Member
  • *****
  • Posts: 817
Re: Decrypt an with PHP encrypted Password
« Reply #15 on: May 11, 2018, 06:04:54 pm »
You shouldn't be encrypting password for storage in a DB, you should be one way hashing them with a salt.
and MD5 hashing is not recommended anymore, use bcrypt hashing as some one mentioned or SHA256
***Snorkel***
If I forget, I always use the latest stable 32bit version of Lazarus and FPC. At the time of this signature that is Laz 3.0RC2 and FPC 3.2.2
OS: Windows 10 64 bit

Thaddy

  • Hero Member
  • *****
  • Posts: 14201
  • Probably until I exterminate Putin.
Re: Decrypt an with PHP encrypted Password
« Reply #16 on: May 11, 2018, 09:14:45 pm »
Specialize a type, not a var.

Thaddy

  • Hero Member
  • *****
  • Posts: 14201
  • Probably until I exterminate Putin.
Re: Decrypt an with PHP encrypted Password
« Reply #17 on: May 11, 2018, 09:22:41 pm »
I have some code working for SHA families (PHP-FPC-PHP-FPC w/o error). Will put it here tomorrow.
Specialize a type, not a var.

vodanet

  • New member
  • *
  • Posts: 7
Re: Decrypt an with PHP encrypted Password
« Reply #18 on: May 12, 2018, 08:09:30 am »
OK. Then I'll wait a bit.  ;)
Many Thanks to all!

 

TinyPortal © 2005-2018