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
193 stars 19 forks source link

[Feat] - Hash Generator #61

Open EduardoDePatta opened 2 weeks ago

EduardoDePatta commented 2 weeks ago

Hello!

This PR introduces a new Hash Generator tool that allows users to generate secure hashes for their text using various cryptographic algorithms directly in the browser. The tool supports popular algorithms like SHA-256, SHA-512, MD5, PBKDF2 (with SHA-512), and HMAC (with SHA-256 or SHA-512). The implementation leverages Node.js' native crypto module, ensuring a secure and efficient solution without external dependencies.

Key Changes

Utility Functions

New Component

Error Handling

Benefits

Security and Performance

Flexibility

Ease of Use

Closes: #59