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

Issue 11776013: Revert 175069 (Closed)

Created:
7 years, 11 months ago by jschuh
Modified:
7 years, 11 months ago
Reviewers:
bcwhite
CC:
chromium-reviews
Visibility:
Public.

Description

Revert 175069 > 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= > > > Review URL: https://chromiumcodereview.appspot.com/11637016 TBR=bcwhite@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175256

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -6423 lines) Patch
M .gitignore View 1 chunk +0 lines, -1 line 0 comments Download
D third_party/scrypt/.gitattributes View 1 chunk +0 lines, -11 lines 0 comments Download
D third_party/scrypt/FORMAT View 1 chunk +0 lines, -18 lines 0 comments Download
D third_party/scrypt/LICENSE View 1 chunk +0 lines, -27 lines 0 comments Download
D third_party/scrypt/Makefile.in View 1 chunk +0 lines, -763 lines 0 comments Download
D third_party/scrypt/README.chromium View 1 chunk +0 lines, -25 lines 0 comments Download
D third_party/scrypt/chromium.patch View 1 chunk +0 lines, -170 lines 0 comments Download
D third_party/scrypt/config.aux/depcomp View 1 chunk +0 lines, -589 lines 0 comments Download
D third_party/scrypt/config.aux/install-sh View 1 chunk +0 lines, -519 lines 0 comments Download
D third_party/scrypt/config.aux/missing View 1 chunk +0 lines, -367 lines 0 comments Download
D third_party/scrypt/config.h.in View 1 chunk +0 lines, -98 lines 0 comments Download
D third_party/scrypt/lib/README View 1 chunk +0 lines, -6 lines 0 comments Download
D third_party/scrypt/lib/crypto/crypto_aesctr.h View 1 chunk +0 lines, -59 lines 0 comments Download
D third_party/scrypt/lib/crypto/crypto_aesctr.c View 1 chunk +0 lines, -124 lines 0 comments Download
D third_party/scrypt/lib/crypto/crypto_scrypt.h View 1 chunk +0 lines, -56 lines 0 comments Download
D third_party/scrypt/lib/crypto/crypto_scrypt-nosse.c View 1 chunk +0 lines, -338 lines 0 comments Download
D third_party/scrypt/lib/crypto/crypto_scrypt-ref.c View 1 chunk +0 lines, -284 lines 0 comments Download
D third_party/scrypt/lib/crypto/crypto_scrypt-sse.c View 1 chunk +0 lines, -366 lines 0 comments Download
D third_party/scrypt/lib/crypto/sha256.h View 1 chunk +0 lines, -62 lines 0 comments Download
D third_party/scrypt/lib/crypto/sha256.c View 1 chunk +0 lines, -412 lines 0 comments Download
D third_party/scrypt/lib/scryptenc/scryptenc.h View 1 chunk +0 lines, -112 lines 0 comments Download
D third_party/scrypt/lib/scryptenc/scryptenc.c View 1 chunk +0 lines, -606 lines 0 comments Download
D third_party/scrypt/lib/scryptenc/scryptenc_cpuperf.h View 1 chunk +0 lines, -39 lines 0 comments Download
D third_party/scrypt/lib/scryptenc/scryptenc_cpuperf.c View 1 chunk +0 lines, -185 lines 0 comments Download
D third_party/scrypt/lib/util/memlimit.h View 1 chunk +0 lines, -42 lines 0 comments Download
D third_party/scrypt/lib/util/memlimit.c View 1 chunk +0 lines, -302 lines 0 comments Download
D third_party/scrypt/lib/util/readpass.h View 1 chunk +0 lines, -45 lines 0 comments Download
D third_party/scrypt/lib/util/readpass.c View 1 chunk +0 lines, -143 lines 0 comments Download
D third_party/scrypt/lib/util/sysendian.h View 1 chunk +0 lines, -140 lines 0 comments Download
D third_party/scrypt/lib/util/warn.h View 1 chunk +0 lines, -42 lines 0 comments Download
D third_party/scrypt/lib/util/warn.c View 1 chunk +0 lines, -75 lines 0 comments Download
D third_party/scrypt/main.c View 1 chunk +0 lines, -181 lines 0 comments Download
D third_party/scrypt/scrypt.1 View 1 chunk +0 lines, -114 lines 0 comments Download
D third_party/scrypt/scrypt.gyp View 1 chunk +0 lines, -19 lines 0 comments Download
D third_party/scrypt/scrypt_platform.h View 1 chunk +0 lines, -41 lines 0 comments Download
D third_party/scrypt/sysendian.h View 1 chunk +0 lines, -42 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
jschuh
7 years, 11 months ago (2013-01-05 01:50:11 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698