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

https://github.com/willfarrell/alfred-hash-workflow

Hashing Strings
https://github.com/willfarrell/alfred-hash-workflow

Last synced: 10 months ago
JSON representation

Hashing Strings

Awesome Lists containing this project

README

          

Hash ([Download v1.5](https://raw.github.com/willfarrell/alfred-hash-workflow/master/Hash.alfredworkflow))
=====================

hashing Strings.

## Requirements
1. [Alfred App v2](http://www.alfredapp.com/#download)
1. [Alfred Powerpack](https://buy.alfredapp.com/)

## Installing
1. Click the download buttons below
2. Double-click to import into Alfred 2
3. Review the workflow to add custom Hotkeys

## Updating
Run the [Alleyoop Workflow](http://www.alfredforum.com/topic/1582-alleyoop-update-alfred-workflows/) using the keyword `oop`. If you're not comfortable with Alleyoop, **star & watch this repo** to keep up to date on new versions and additional workflows.

## About
Hashes strings with algorithms like md5, sha1, sha512, and many others.

![alt text][hash]
![alt text][sha]

## Commands
- `hash {query}` - hash query over all supported algorithms
- `hash {algorithm} {query}` - hash query over all selected algorithm
- `{md5,sha1,sha512} {query} - hash query over all selected algorithm

Press enter to save hash to clipboard.

## Contributors
- [@willfarrell](https://github.com/willfarrell)

[hash]: ./screenshots/hash.png "Hash"
[sha]: ./screenshots/sha.png "SHA"