Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
yangxiujun
/
paidan_demo
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 1344ab7a
authored
Nov 01, 2023
by
huangjinxin
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop' into develop
2 parents
0f505160
d60085f5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
project-order/src/main/java/com/dituhui/pea/order/utils/EncryptionUtil.java
project-order/src/main/resources/application.yaml
project-order/src/main/java/com/dituhui/pea/order/utils/EncryptionUtil.java
View file @
1344ab7
...
...
@@ -41,6 +41,8 @@ public class EncryptionUtil {
* 此处使用AES-128-CBC加密模式,key需要为16位。
* */
public
String
AESEncrypt
(
String
sSrc
)
{
System
.
out
.
println
(
"passWord:"
+
passWord
);
System
.
out
.
println
(
"IV:"
+
IV
);
try
{
if
(
passWord
==
null
)
{
log
.
error
(
"password 未加载"
);
...
...
project-order/src/main/resources/application.yaml
View file @
1344ab7
...
...
@@ -65,7 +65,7 @@ SaaS:
ak
:
64e1cde3f9144bfb850b7d37c51af559
userAccount
:
sMvf3yZWA69lKcvlgKcOHQ==
userPassword
:
qjOHxpQPXLnJP+Jq1CZGBQ==
encryptionPassWord
:
bsh@2013!@
encryptionPassWord
:
64e1cde3f9144bfb
bean
:
server
:
https://bean-test.bshg.com.cn
app-key
:
eDZEhTCxAcM9paRfwPjAM7RGkfmbf15S_PEA
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment