lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 10 Dec 2013 18:52:16 +0100
From: CodesInChaos <codesinchaos@...il.com>
To: discussions@...sword-hashing.net
Subject: Re: [PHC] IETF draft

On Tue, Dec 10, 2013 at 6:45 PM, Poul-Henning Kamp <phk@....freebsd.dk> wrote:
>         output = slow_hash(site_key + salt + password)

Personally I prefer output = encrypt(site_key, slow_hash(salt, password)). Since

* Key doesn't need to integrated into the hashing scheme
* Key can be changed without access to the password
* Key can be put into a HSM (which only allows encryption, not
decryption or export) which can't afford to compute the slow hash

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ