GithubHelp home page GithubHelp logo

s12v / hasher Goto Github PK

View Code? Open in Web Editor NEW
118.0 8.0 41.0 165 KB

Chrome developer toolbox

Home Page: https://chrome.google.com/webstore/detail/kignjplbjlocolcfldfhbonmbblpfbjb

JavaScript 87.72% CSS 4.68% HTML 7.60%
chrome-extension javascript cryptography

hasher's Introduction

Hasher (Chrome extension)

Chrome web store:
https://chrome.google.com/webstore/detail/kignjplbjlocolcfldfhbonmbblpfbjb

Standalone version for other browsers:
https://s12v.github.io/hasher/

The extension is used to compute cryptographic hashes and perform conversions. It is useful for programmers and system administrators. The extension is implemented in JavaScript. All calculations are performed on the client side.

  • Hash: MD5, SHA-1, SHA-2 (224, 256, 384, 512), RIPEMD-160, MD4, Whirpool
  • HMAC: MD5, SHA-1, SHA-2 (224, 256, 384, 512), RIPEMD-160, MD4
  • CRC: CRC-8, CRC-16, FCS-16, FCS/CRC-32
  • Cipher (interoperable with OpenSSL): AES-256, DES, Triple DES, Rabbit, RC4, RC4Drop. CBC/Pkcs7 is used.
  • Net: Subnet calculator, Ip ↔ Dec, Ip → Bin, Ip → Hex
  • Time: Unix ↔ Datetime, Unix ↔ RFC-1123, Unix ↔ ISO 8601
  • Numbers: Dec ↔ Hex, Dec ↔ Bin, Dec ↔ Roman
  • Strings: ASCII ↔ Hex, UTF-8 ↔ Hex, UTF-16 ↔ Hex
  • Encode: Base64, ROT-13, JavaScript encodeURI(), encodeURIComponent(), HTML special chars encode/decode

hasher's People

Contributors

mohitmayank avatar ysa134 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hasher's Issues

len(time) = 13 is error

when length of time is 13 rather than 10
eg.
1551260215823
and
1551260215

1551260215823 cant be translates

Hash masked password field

Might be nice to also have a password field in Hash view to be able to write without showing what we wrote.

Can be an option to swap or provide the two fields.

If have time, I can try to make a patch, is the idea ok ?

Project has no license

I'm interested in porting this extension to Firefox and adding some additional functions (e.g., SHA-3), but it has no license apart from GH's forking requirement. Are you able to add one?

Epoch time conversion is off?

I am trying to use Hasher to convert a Unix timestamp but the result looks odd.

Input:
1491626111084

Output from https://www.epochconverter.com/:
"Assuming that this timestamp is in milliseconds:
GMT: Sat, 08 Apr 2017 04:35:11.084 GMT
Your time zone: 4/7/2017, 9:35:11 PM GMT-7:00 DST"

Output from Hasher:
"Local time
9/30/49237, 7:24:44 PM
DATETIME (local)
49237-09-30 19:24:44
DATETIME (UTC)
49237-10-01 02:24:44"

Am I missing something?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.