Skip to content

Commit dbb5bfc

Browse files
committed
doc
1 parent 5691161 commit dbb5bfc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

class/src/test/java/security/aes/AESUtilTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ public void testConfigWay() throws Exception {
131131
Assert.assertEquals(origin, plainText);
132132
}
133133

134+
/**
135+
* 只保留一个密钥,iv使用0值,安全性降低,但是更方便
136+
*/
134137
@Test
135138
public void testSimple() throws Exception {
136139
try {

0 commit comments

Comments
 (0)