We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad2f999 commit 522d118Copy full SHA for 522d118
crypto/src/main/java/org/springframework/security/crypto/scrypt/SCryptPasswordEncoder.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2017 the original author or authors.
+ * Copyright 2002-2019 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -77,7 +77,7 @@ public SCryptPasswordEncoder() {
77
78
* @param cpuCost
79
* cpu cost of the algorithm (as defined in scrypt this is N).
80
- * must be power of 2 greater than 1. Default is currently 16,348
+ * must be power of 2 greater than 1. Default is currently 16,384
81
* or 2^14)
82
* @param memoryCost
83
* memory cost of the algorithm (as defined in scrypt this is r)
0 commit comments