Hello,
Does anyone know if there is a Hash bundle available? I'm looking for something that can take the current file and return an md5/sha1/base64 hash. Thanks.
Armon Dadgar
I'm looking for something that can take the current file and return an md5/sha1/base64 hash.
⌥⌘R - "Text > Filter Through Command..." 1. Set "Input" to "Document" (the default, iirc) 2. Set "Output" as desired (e.g., "Show as HTML" creates a popup window) 3. Enter "md5" (or executable of choice) in the command line. 4. Execute!
Hope this helps, Daniel
Thanks that does help. But, do you know what hash commands are available natively on Leopard? I know of md5, but I don't think sha1 is available.
Best Regards,
Armon Dadgar
On Aug 4, 2008, at 10:37 AM, Daniel Stockman wrote:
I'm looking for something that can take the current file and return an md5/sha1/base64 hash.
⌥⌘R - "Text > Filter Through Command..."
- Set "Input" to "Document" (the default, iirc)
- Set "Output" as desired (e.g., "Show as HTML" creates a popup
window) 3. Enter "md5" (or executable of choice) in the command line. 4. Execute!
Hope this helps, Daniel
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 4 Aug 2008, at 19:41, Armon Dadgar wrote:
Thanks that does help. But, do you know what hash commands are available natively on Leopard? I know of md5, but I don't think sha1 is available.
sha is available through the openssl command.
If you run openssl --help, you'll see a list of available commands.
Hamster.
Great, thanks.
Armon Dadgar
On Aug 4, 2008, at 12:18 PM, Hamster wrote:
On 4 Aug 2008, at 19:41, Armon Dadgar wrote:
Thanks that does help. But, do you know what hash commands are available natively on Leopard? I know of md5, but I don't think sha1 is available.
sha is available through the openssl command.
If you run openssl --help, you'll see a list of available commands.
Hamster.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate