Re: DAuth v0.6.1 - Salted Hashed Password Library

2014-08-30 Thread Nick Sabalausky via Digitalmars-d-announce
On 8/30/2014 10:19 AM, Casey wrote: Would it be possible to support bcrypt style password hashing? The one key feature of it is that it encrypts/hashes the password many times to slow down brute force attacks. Hash algorithms are too fast to prevent this. DAuth is designed for everything to be

Re: DAuth v0.6.1 - Salted Hashed Password Library

2014-08-30 Thread Casey via Digitalmars-d-announce
Would it be possible to support bcrypt style password hashing? The one key feature of it is that it encrypts/hashes the password many times to slow down brute force attacks. Hash algorithms are too fast to prevent this.

Re: DAuth v0.6.1 - Salted Hashed Password Library

2014-08-30 Thread Nick Sabalausky via Digitalmars-d-announce
On 8/30/2014 6:29 AM, Nick Sabalausky wrote: An update to DAuth is out: https://github.com/Abscissa/DAuth Main Changes: - Add support for DMD 2.066 (Now supports v2.064.2 through v2.066.0) - Supports crypt(3)-style hash strings for MS5, SHA-256 and SHA-512. Would you believe *MD5*, not MS5. N

DAuth v0.6.1 - Salted Hashed Password Library

2014-08-30 Thread Nick Sabalausky via Digitalmars-d-announce
An update to DAuth is out: https://github.com/Abscissa/DAuth Main Changes: - Add support for DMD 2.066 (Now supports v2.064.2 through v2.066.0) - Supports crypt(3)-style hash strings for MS5, SHA-256 and SHA-512. - Improved README - Improved API Reference - now uses ddox. Full ChangeLog: https: