Does anyone knows a existing implementation of bcrypt or scrypt for delphi?

Comments

  1. Just be aware, that bcrypt.pas needs adaptation of the TRegEx for a current Delphi version like Tokyo and scrypt needs typecasts for FHashLength.QuadPart/LowPart/Highpart as the records are not directly available in Tokyo anymore (eg ULARGE_INTEGER(FHashLength).Quadpart).

    ReplyDelete
  2. Thanks so far, I will try them :)

    ReplyDelete

Post a Comment