🧪 Skills

Hashgen

Hash generator and file integrity verifier. Generate MD5, SHA1, SHA256, SHA512 hashes for text and files, verify file integrity against expected hashes, comp...

v1.0.0
❤️ 0
⬇️ 18
👁 1
Share

Description


name: HashGen description: "Hash generator and file integrity verifier. Generate MD5, SHA1, SHA256, SHA512 hashes for text and files, verify file integrity against expected hashes, compare two files by hash, and view all hash algorithms at once. Essential security and verification tool." version: "1.0.0" author: "BytesAgain" tags: ["hash","md5","sha256","checksum","security","verify","integrity","crypto"] categories: ["Security", "Developer Tools", "Utility"]

HashGen

Hash anything. Verify everything. Your integrity checking toolkit.

Commands

  • text [algo] <text> — Hash text string (default: sha256)
  • file [algo] <file> — Hash a file
  • verify <file> <expected_hash> [algo] — Verify file against expected hash
  • compare <file1> <file2> [algo] — Compare two files by hash
  • all <text> — Show all hash algorithms for a text
  • help — Show commands

Usage Examples

hashgen text sha256 "hello world"
hashgen file sha256 download.iso
hashgen verify package.tar.gz abc123def456
hashgen compare file1.txt file2.txt
hashgen all "my secret"

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

Reviews (0)

Sign in to write a review.

No reviews yet. Be the first to review!

Comments (0)

Sign in to join the discussion.

No comments yet. Be the first to share your thoughts!

Compatible Platforms

Pricing

Free

Related Configs