Skip to content

Commit

Permalink
Significantly bump up desired number of scrypt iterations again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schildbach committed Aug 26, 2016
1 parent 17d7aa9 commit 8f94988
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
*/
public class EncryptKeysDialogFragment extends DialogFragment
{
private static final int SCRYPT_ITERATIONS_TARGET = 8192;
private static final int SCRYPT_ITERATIONS_TARGET = 65536;

private static final String FRAGMENT_TAG = EncryptKeysDialogFragment.class.getName();

Expand Down

0 comments on commit 8f94988

Please sign in to comment.