Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
antSword
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HuangJunbo
antSword
Commits
5cdcfcc7
Commit
5cdcfcc7
authored
Aug 27, 2019
by
Medicean
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Update: script) jsp_custom for mysql 添加 AES 配置说明
parent
5ec666f6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
jsp_custom_script_for_mysql.jsp
shells/jsp_custom_script_for_mysql.jsp
+2
-0
No files found.
shells/jsp_custom_script_for_mysql.jsp
View file @
5cdcfcc7
...
...
@@ -80,6 +80,8 @@ ChangeLog:
* - aes_padding: NoPadding
* - aes_keylen: 32
*/
// 注意: 以下4项为 encoder/decoder 共用
// 如果需要请求和返回采用不同方式, 自行修改
String
aes_mode
=
"CFB"
;
// EBC|ECB|CFB|
String
aes_padding
=
"NoPadding"
;
// NoPadding|PKCS5Padding|PKCS7Padding
int
aes_keylen
=
16
;
// 16|32 // 16(AES-128) 32(AES-256)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment