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 c838017 commit 360f7aaCopy full SHA for 360f7aa
src/main/java/io/github/talelin/latticy/common/util/CaptchaUtil.java
@@ -40,10 +40,6 @@ public class CaptchaUtil {
40
* 验证码的高
41
*/
42
private static final int HEIGHT = 40;
43
- /**
44
- * 验证码中夹杂的干扰线数量
45
- */
46
- private static final int LINE_SIZE = 30;
47
private static final String RANDOM_STRING = "23456789abcdefghijkmnpqrstuvwxyzABCDEFGHJKLMNPQRSTUVWSYZ";
48
private static final String AES = "AES";
49
private static final String CIPHER_ALGORITHM = "AES/CBC/PKCS5Padding";
0 commit comments