Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/bigluck/alfred2-hash

Hash calculator with MD5, SHA1, Base64, htpasswd, whirlpool and crc32 support!
https://github.com/bigluck/alfred2-hash

Last synced: 3 months ago
JSON representation

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

Lists

README

        

Hash text for Alfred 2
============

A simple Alfred 2 hash workflow's.

Installation
----------------

- Download the workflow [directly](https://github.com/BigLuck/alfred2-hash/raw/master/Hash.alfredworkflow) or from [Packal](http://www.packal.org/workflow/hash).
- Double click the downloaded "Hash.alfredworkflow" file to install.
*Alfred 2 and Powerpack is required*

Instructions
----------------

### String-based hashing

- md5 ``
- sha1 ``
- sha256 ``
- sha512 ``
- htpasswd ``
- crc32 ``
- whirlpool ``
- base64_decode ``
- base64_encode ``

![Test String](http://f.cl.ly/items/13460c0l1P2h2a2j1l2C/Screen%20Shot%202015-01-06%20at%209.24.04%20AM.png)

### 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](http://f.cl.ly/items/3T2T3M2D3k0h3M0d1L1e/Screen%20Shot%202015-01-06%20at%209.06.12%20AM.png)

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

- md5f
- sha1f
- sha256f
- sha512f
- base64f

![Finder Selection](http://f.cl.ly/items/000Z2s3n2q0Z3w0t3Q2x/hash.gif)