user1743514
user1743514

Reputation: 321

generating hmacSha256 value in QT

I have used hmacSha256() method given in wiki. it is generating different HMAC-SHA256 byte array. is there any standard library to use HMAC-SHA256 in QT/ C++ ?

Upvotes: 1

Views: 2655

Answers (1)

peppe
peppe

Reputation: 22786

Use QMessageAuthenticationCode.

Upvotes: 3

Related Questions