commit | c4c70f15bb8845b02f9ec1d624794757badd6933 | [log] [tgz] |
---|---|---|
author | Kenny Root <kroot@google.com> | Fri Jun 14 12:11:38 2013 -0700 |
committer | Kenny Root <kroot@google.com> | Mon Jun 24 09:40:54 2013 -0700 |
tree | b3efc6b9d153b8f3db853da81999fe5b6608f8dc | |
parent | c96a5f8edf65a8abe441d0cfd3ce227bdf1bf55f [diff] |
Change key derivation to scrypt scrypt is a sequential memory-hard key derivation algorithm that makes it more difficult for adversaries to brute force passwords using specialized equipment. See http://www.tarsnap.com/scrypt/scrypt.pdf for more details of the algorithm. This adds support for initializing disk encryption using scrypt and upgrading from the previous PBKDF2 algorithm. Change-Id: I1d26db4eb9d27fea7310be3e49c8e6219e6d2c3b