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>] [day] [month] [year] [list]
Date: Tue, 6 Aug 2013 14:24:32 -0700
From: Trevor Perrin <trevp@...vp.net>
To: "discussions@...sword-hashing.net" <discussions@...sword-hashing.net>
Subject: Another experimental hash

In the spirit of JP's proposal, another simple design:

https://gist.github.com/trevp/6160461

It's parallelizable, so multiple cores can be used by good guys (and
not just crackers).

It also spends almost all time doing AES-CBC on chunks of data.  So it
can be implemented efficiently in a "slow" language like python,
provided a fast AES-CBC is available.


Trevor

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ