Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(160)

Side by Side Diff: third_party/scrypt/README.chromium

Issue 11637016: Add "scrypt" to third_party for secure password hashes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added missing licences. Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/scrypt/Makefile.in ('k') | third_party/scrypt/chromium.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Short Name: scrypt
2 Name: Secure Encryption
3 Version: 1.1.6
4 URL: http://www.tarsnap.com/scrypt.html
5 Date: 2012-12-13
6 License: 2-clause BSD license
7 License File: LICENSE
8 Security Critical: yes
9
10 Description:
11 The scrypt key derivation function was originally developed for use in
12 the Tarsnap online backup system and is designed to be far more secure
13 against hardware brute-force attacks than alternative functions such
14 as PBKDF2 or bcrypt.
15
16 We estimate that on modern (2009) hardware, if 5 seconds are spent
17 computing a derived key, the cost of a hardware brute-force attack
18 against scrypt is roughly 4000 times greater than the cost of a
19 similar attack against bcrypt (to find the same password), and 20000
20 times greater than a similar attack against PBKDF2.
21
22 Local Modifications:
23 chromium.patch
24 - make it compile under Windows and accessible from C++
25 - no functional changes
OLDNEW
« no previous file with comments | « third_party/scrypt/Makefile.in ('k') | third_party/scrypt/chromium.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698