Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)