File tree 6 files changed +6
-6
lines changed
src/main/java/com/codingapi/springboot/framework/crypto
springboot-starter-data-fast
springboot-starter-id-generator
springboot-starter-security-jwt
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
13
13
<groupId >com.codingapi.springboot</groupId >
14
14
<artifactId >springboot-parent</artifactId >
15
- <version >1.4.6 </version >
15
+ <version >1.4.7 </version >
16
16
17
17
<url >https://github.com/codingapi/springboot-framewrok</url >
18
18
<name >springboot-parent</name >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >springboot-parent</artifactId >
7
7
<groupId >com.codingapi.springboot</groupId >
8
- <version >1.4.6 </version >
8
+ <version >1.4.7 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >springboot-parent</artifactId >
7
7
<groupId >com.codingapi.springboot</groupId >
8
- <version >1.4.6 </version >
8
+ <version >1.4.7 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<artifactId >springboot-parent</artifactId >
8
8
<groupId >com.codingapi.springboot</groupId >
9
- <version >1.4.6 </version >
9
+ <version >1.4.7 </version >
10
10
</parent >
11
11
12
12
<artifactId >springboot-starter-security-jwt</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.codingapi.springboot</groupId >
7
7
<artifactId >springboot-parent</artifactId >
8
- <version >1.4.6 </version >
8
+ <version >1.4.7 </version >
9
9
</parent >
10
10
<artifactId >springboot-starter</artifactId >
11
11
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public class AES {
18
18
19
19
public static final String KEY_ALGORITHM = "AES" ;
20
20
21
- public static final String CIPHER_ALGORITHM = "AES/CBC/PKCS7Padding " ;
21
+ public static final String CIPHER_ALGORITHM = "AES/CBC/PKCS5Padding " ;
22
22
23
23
private final Key key ;
24
24
private final AlgorithmParameters iv ;
You can’t perform that action at this time.
0 commit comments