Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
order-group
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
order-group-application
order-group
Commits
64733e56
Commit
64733e56
authored
Jan 14, 2022
by
ping.wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
签名密钥取值修改与签名联调
parent
a6fba59b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
order-application-service/src/main/java/cn/freemud/utils/HMacSHA256.java
+0
-8
No files found.
order-application-service/src/main/java/cn/freemud/utils/HMacSHA256.java
View file @
64733e56
...
...
@@ -44,12 +44,4 @@ public class HMacSHA256 {
}
return
hs
.
toString
().
toUpperCase
();
}
public
static
void
main
(
String
[]
args
)
{
String
mess
=
"apply_mchid=256151646&sign_mchid=301386006&store_id=21531295&key=4E07E532BCC2302B9E0ACEEC140B204F"
;
String
sss
=
encrypt
(
mess
,
"4E07E532BCC2302B9E0ACEEC140B204F"
);
System
.
out
.
println
();
}
}
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