Git Product home page Git Product logo

jses's Introduction

JSES

A web app made with React and crypto-js for various hashings, encodings and encryptions.

TODO

  1. Add encryptions (AES, RSA), HMACs (For inputs in AES/RSA add Base64 option)
  2. Add chaining (md5+md5+sha1.... any custom chain) and probably persist with local storage
  3. Improve designing specially for mobile

jses's People

Contributors

sarthak-diwan avatar anurag-ravi avatar aritrocoder avatar letsintegreat avatar sanath91009 avatar sudhansuuranjan avatar

Stargazers

Yashi Natu avatar  avatar  avatar

Watchers

 avatar

jses's Issues

Add Chaining

Add a plus button above the textbox for chaining multiple encodings/hashing (leave encryptions for now).
Example:
MD5 + SHA256 + BASE64
Comment if you need more help explaining the issue.

Add ASCII/HEX/BASE64 options in encryptions

Currently, all inputs in AES should be Base64 encoded, and the output will be Base64 encoded too. Add small icons in the bottom right of input/output for entering input(data, key, iv) in hex/ascii/base64.

Improve RSA

For RSA node-rsa library is used.
https://www.npmjs.com/package/node-rsa

The first thing to add is a custom public/private key while encrypting. (Don't remove the option to generate a new pair)
Reference: https://www.devglan.com/online-tools/rsa-encryption-decryption

Secondly, node-rsa offers the following format schemes which should be incorporated
image

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.