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: 24 days 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2021-07-22T10:26:15.000Z (over 3 years ago)
- Last Synced: 2024-10-31T03:35:30.622Z (6 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 ``
### 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