Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/volodya-lombrozo/simple-hmac-encoder
Two classes for encoding strings to hex string by HMAC algorithm
https://github.com/volodya-lombrozo/simple-hmac-encoder
Last synced: 2 days ago
JSON representation
Two classes for encoding strings to hex string by HMAC algorithm
- Host: GitHub
- URL: https://github.com/volodya-lombrozo/simple-hmac-encoder
- Owner: volodya-lombrozo
- Created: 2019-10-18T10:04:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-17T11:54:59.000Z (3 months ago)
- Last Synced: 2024-08-17T12:57:14.093Z (3 months ago)
- Language: Java
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### **HexEncoder and HMACEncoder (SHA256)**
**It is simple project for only two classes:**
1) **_HexEncoder_** - for encoding simple strings to hex strings
2) **_HMACEncoder_** - for encoding simple strings to hex strings by HMAC with SHA256 algorithm
(you may set your own algorithm)