Skip to content

Lightweight CLI and library for hashing strings, files, and generating random salts with multiple algorithms.

Notifications You must be signed in to change notification settings

0x4543/zeta-hash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZetaHash

Lightweight CLI and library for hashing strings, files, and generating random salts with multiple algorithms.

Features

  • SHA256, Keccak256, Blake3 for strings
  • SHA256, Keccak256, Blake3 for files
  • Generate random salts of specified length

Usage

Hash a string

zeta-hash sha256 "hello world"
zeta-hash keccak256 "hello world"
zeta-hash blake3 "hello world"

Hash a file

zeta-hash file path/to/file.txt sha256
zeta-hash file path/to/file.txt keccak256
zeta-hash file path/to/file.txt blake3

Generate a random salt

zeta-hash salt 16  # generates a 16-character random salt

Example Output

zeta-hash sha256 "hello"
2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824

License

MIT

About

Lightweight CLI and library for hashing strings, files, and generating random salts with multiple algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published