It is simple project for only two classes:
- HexEncoder - for encoding simple strings to hex strings
- HMACEncoder - for encoding simple strings to hex strings by HMAC with SHA256 algorithm (you may set your own algorithm)
Two classes for encoding strings to hex string by HMAC algorithm
Java