Skip to content

feat: Hash Generator Tool #136

@Olanetsoft

Description

@Olanetsoft

Description

Add a cryptographic hash generator supporting multiple algorithms for developers and security professionals.

Core Features

Supported Algorithms

  • MD5 (128-bit) - legacy, with security warning
  • SHA-1 (160-bit) - legacy, with security warning
  • SHA-256 (256-bit) - recommended
  • SHA-384 / SHA-512 (384/512-bit)
  • SHA-3 variants (224, 256, 384, 512)
  • BLAKE2b / BLAKE2s
  • RIPEMD-160

Input Options

  • Text input (UTF-8 encoding)
  • File upload (hash large files with progress indicator)
  • Hex input option
  • Base64 input option

Output Options

  • Hexadecimal (lowercase/uppercase toggle)
  • Base64 encoded
  • Binary representation
  • Copy to clipboard
  • Compare two hashes side-by-side

Additional Features

  • HMAC generation with secret key input
  • Hash verification

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions