/simple-hmac-encoder

Two classes for encoding strings to hex string by HMAC algorithm

Primary LanguageJava

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)