Hash

An Alfred Workflow


Short Description

String and file hash calculator

Last Updated

06 Jan 2015

Compatibility

Yosemite
(10.10)
Mavericks
(10.9)
Mountain Lion
(10.8)
Lion
(10.7)
Snow Leopard
(10.6)
Yes Yes Yes Yes Yes
 

Version

1.3
 

Bundle ID

net.exit4web.hash
 

Hash text for Alfred 2

A simple Alfred 2 hash workflow's.

Installation

  • Download "Hash.alfredworkflow" extension.
  • Double click the downloaded "Hash.alfredworkflow" file to install. Alfred 2 and Powerpack is required

Instructions

String-based hashing

  • md5 <string>
  • sha1 <string>
  • sha256 <string>
  • sha512 <string>
  • htpasswd <string>
  • crc32 <string>
  • whirlpool <string>
  • base64_decode <string>
  • base64_encode <string>

File-based hashing

You can get a hash from a file in 2 ways:

  • Navigate to the file in Alfred box then select the desired algorithm from the File Actions menu.

  • Select the file in Finder, launch Alfred and type one of the following commands:

    • md5f
    • sha1f
    • sha256f
    • sha512f
    • base64f

Screenshots