Skip to content
/ hash Public

A command-line tool to calculate hashes and checksums.

License

Notifications You must be signed in to change notification settings

thorhj/hash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hash

A command-line tool to calculate hashes and checksums.

  • example usage: > hash sha1 "my text"
  • verbs: different hashing algorithms
    • md5
    • sha1
    • sha256 -etc.
  • options:
    • --secret (-s): enter the text on a new line without showing any keys
    • --checksum (-c) : checksum of a file, alternatively a list of checksums in the given directory or the current directory if no path is given.

About

A command-line tool to calculate hashes and checksums.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages