jamdotdev / jam-dev-utilities

Lightweight utils set - fast and open-source. It's got cmd+k search & everything's client-side. No ads, your data stays local.
https://jam.dev/utilities
GNU General Public License v3.0
248 stars 26 forks source link

Feat: Generate Hash #59

Closed kaaax0815 closed 1 month ago

kaaax0815 commented 2 months ago

Be able to generate hash (sha256, md5) or password hashes (argon2(i)(d)(id), bcrypt)

EduardoDePatta commented 2 months ago

I already have a branch with this feature ready. I'll open a PR soon!