|
Add "scrypt" to third_party for use in generating secure hash of user password that can later be used for off-line authentication in the case when on-line authentication is not available.
The planned use for this is profile-locking where unlocking has to be possible even when not connected to a network.
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175069
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+4871 lines, -46 lines) |
Patch |
 |
M |
.gitignore
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/scrypt/.gitattributes
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/scrypt/FORMAT
|
View
|
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/scrypt/LICENSE
|
View
|
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/scrypt/Makefile.in
|
View
|
|
1 chunk |
+763 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/scrypt/README.chromium
|
View
|
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/scrypt/chromium.patch
|
View
|
1
2
3
4
|
1 chunk |
+170 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
third_party/scrypt/config.aux/depcomp
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
third_party/scrypt/config.aux/install-sh
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
third_party/scrypt/config.aux/missing
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
third_party/scrypt/config.h.in
|
View
|
|
3 chunks |
+40 lines, -46 lines |
0 comments
|
Download
|
 |
A |
third_party/scrypt/configure
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
third_party/scrypt/lib/README
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/scrypt/lib/crypto/crypto_aesctr.h
|
View
|
|
1 chunk |
+59 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/scrypt/lib/crypto/crypto_aesctr.c
|
View
|
|
1 chunk |
+124 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/scrypt/lib/crypto/crypto_scrypt.h
|
View
|
|
1 chunk |
+56 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/scrypt/lib/crypto/crypto_scrypt-nosse.c
|
View
|
|
1 chunk |
+338 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/scrypt/lib/crypto/crypto_scrypt-ref.c
|
View
|
|
1 chunk |
+284 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/scrypt/lib/crypto/crypto_scrypt-sse.c
|
View
|
|
1 chunk |
+366 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/scrypt/lib/crypto/sha256.h
|
View
|
|
1 chunk |
+62 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/scrypt/lib/crypto/sha256.c
|
View
|
|
1 chunk |
+412 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/scrypt/lib/scryptenc/scryptenc.h
|
View
|
|
1 chunk |
+112 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/scrypt/lib/scryptenc/scryptenc.c
|
View
|
|
1 chunk |
+606 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/scrypt/lib/scryptenc/scryptenc_cpuperf.h
|
View
|
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/scrypt/lib/scryptenc/scryptenc_cpuperf.c
|
View
|
|
1 chunk |
+185 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/scrypt/lib/util/memlimit.h
|
View
|
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/scrypt/lib/util/memlimit.c
|
View
|
|
1 chunk |
+302 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/scrypt/lib/util/readpass.h
|
View
|
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/scrypt/lib/util/readpass.c
|
View
|
|
1 chunk |
+143 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/scrypt/lib/util/sysendian.h
|
View
|
|
1 chunk |
+140 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/scrypt/lib/util/warn.h
|
View
|
1
2
3
4
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/scrypt/lib/util/warn.c
|
View
|
|
1 chunk |
+75 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/scrypt/main.c
|
View
|
|
1 chunk |
+181 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/scrypt/scrypt.1
|
View
|
|
1 chunk |
+114 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
third_party/scrypt/scrypt.gyp
|
View
|
1
2
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A |
third_party/scrypt/scrypt_platform.h
|
View
|
1
2
3
4
|
1 chunk |
+41 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/scrypt/sysendian.h
|
View
|
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
Total messages: 22 (0 generated)
|