Skip to content

Resike/hasher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

String Hasher

Note: This is the Sublime Text 2 plugin. Please use the more compatible ST3 branch for Sublime Text 3. The ST3 branch will be merged into the master when Sublime Text 3 is out of beta.

Hasher is a small Sublime Text 2 & 3 Plugin that generates hashes from the selected text. Currently supported:

  • MD5
  • SHA1
  • Base64 Encode
  • Base64 Decode
  • URI Component Encode
  • URI Component Decode
  • Entity Encode
  • Entity Decode

Key bindings

Use Cmd + Shift + P on Mac or Ctrl + Shift + P on Windows and type the command you need. Type hasher to see available commands. More to come.

How to install

Package Control (Recommended)

Hasher is included in the default repository channel for Package Control. Use Cmd + Shift + P on Mac or Ctrl + Shift + P on Windows and type "install". Hit enter and pick "Hasher" from the list that opens.

Git Clone

Clone this repository in to the Sublime Text 2 or 3 "Packages" directory, which is located where ever the "Preferences" -> "Browse Packages" option in Sublime Text takes you.

License

Copyright (C) 2012 Dino Angelov

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A Sublime Text 2 plugin to generate various hash (digests) from current selection string.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published