Giter Site home page Giter Site logo

crypto-calc's Introduction

crypto-calc

Cryptographic Calculator

Crypto-calc is a crypto "swiss army knife" like app that enables to perform some cryptographic operations on small amount of data. It is developed as web application and should run fine on Chrome/Firefox/Safari (the Internet Explorer has some issues even on IE 11 ). Note that all cryptographic operations run locally (no Ajax).

Project is no longer maintained.

Features

Currently the following features are implemented.

  • Symmetric encryption/decryption:

    • Ciphers: DES / 3DES / AES (! 3DES with double length or triple length keys!)
    • Block cipher modes: ECB / CBC / CFB / OFB / CTR / GCM with Additional Authenticated Data
    • Padding: ISO-7816-4 / PKCS#5(PKCS#7) / NO Padding / X.923 / ISO 10126
  • RSA encryption/decryption:

  • Algos: RSA-OAEP/ PKCS#1.5

  • Keypair: raw public key , x509 certificate (only encryption), (encrypted) pkcs#8, raw private key

  • Banking:

    • ISO-9564 format 0 to 3 PIN block generation and parsing
    • Primary Account Number (PAN) parsing detecting the issuing network
  • Message hashing and HMAC:

    • MD5
    • SHA1
    • SHA2 (224,256,384,512,512-224,512-256)
    • SHA3 (384,512)
  • Utilities:

    • Encoding/Decoding to/from base64,hexa string, ascii...
    • Bitwise operations

Web Build

Install dependencies

$ npm install

and build

$ npm run-script buildweb

The zip file in the dist folder holds the web app.

License

MIT © lude

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.