terl / lazysodium-java

A Java implementation of the Libsodium crypto library. For the lazy dev.
https://github.com/terl/lazysodium-java/wiki
Mozilla Public License 2.0
136 stars 49 forks source link

Request for HMAC :) #27

Closed rendaw closed 6 years ago

rendaw commented 6 years ago

My use case is generating authentication tokens so a user's password doesn't have to be remembered in as many places.

I think this can be worked around by hashing + then using crypto_auth, but it's more steps and I think ends up repeating some operations.

No urgent need because of workaround, but :+1: for this feature.

gurpreet- commented 6 years ago

Hello again! I'll be working on this today!

Just created a Patreon profile. If Lazysodium's been useful to you, please consider funding Terl's open-source efforts 👍

gurpreet- commented 6 years ago

Released in 2.4.0.