Skip to content

bigluck/alfred2-hash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hash text for Alfred 2

A simple Alfred 2 hash workflow's.

Installation

  • Download the workflow directly or from Packal.
  • 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>

Test 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:

File Action Menu

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

    • md5f
    • sha1f
    • sha256f
    • sha512f
    • base64f

Finder Selection

About

Hash calculator with MD5, SHA1, Base64, htpasswd, whirlpool and crc32 support!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages