diff options
author | bcwhite@chromium.org <bcwhite@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-04 00:52:38 +0000 |
---|---|---|
committer | bcwhite@chromium.org <bcwhite@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-04 00:52:38 +0000 |
commit | 71dbbda414b951c51f6366d62cfb4320ed154407 (patch) | |
tree | aae299bdebd54835f1edefaf4375574ebcda2e0b /.gitignore | |
parent | a591c997f5cb4e1f382d752515f490618b499781 (diff) | |
download | chromium_src-71dbbda414b951c51f6366d62cfb4320ed154407.zip chromium_src-71dbbda414b951c51f6366d62cfb4320ed154407.tar.gz chromium_src-71dbbda414b951c51f6366d62cfb4320ed154407.tar.bz2 |
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
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175069 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -230,6 +230,7 @@ v8.log /third_party/pywebsocket/src /third_party/safe_browsing/testing /third_party/scons-2.0.1 +/third_party/scrypt /third_party/sfntly /third_party/skia /third_party/smhasher |