Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 286 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 286 Bytes

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)