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: about 2 months ago
JSON representation
Hash calculator with MD5, SHA1, Base64, htpasswd, whirlpool and crc32 support!
- Host: GitHub
- URL: https://github.com/bigluck/alfred2-hash
- Owner: bigluck
- Created: 2013-01-22T09:29:36.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2021-07-22T10:26:15.000Z (over 3 years ago)
- Last Synced: 2024-08-01T19:33:10.562Z (5 months ago)
- Language: PHP
- Size: 225 KB
- Stars: 111
- Watchers: 6
- Forks: 29
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - alfred2-hash
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)