Skip to content
/ minbin Public

Perform encryptions with a minimal user interface. Built with typescript, react, redux & webpack.

License

Notifications You must be signed in to change notification settings

ydlamba/minbin

Folders and files

NameName
Last commit message
Last commit date
Jul 3, 2018
Jun 20, 2018
Jun 15, 2018
Jun 15, 2018
Jun 18, 2018
Jun 18, 2018
Jun 17, 2018
Jul 3, 2018
Sep 25, 2018
Jun 20, 2018
Jun 18, 2018
Jun 18, 2018
Jun 18, 2018
Nov 12, 2019

Repository files navigation

MINBIN

Version Build Status License

A minimal set of somes handly tools like hash calculator, password generation.

Sneak Peak

Screenshot

Check it out: https://ydlamba.github.io/minbin

Features

  • Tools
    • Encryption
      • MD5
      • SHA-1
      • SHA-256
      • RIPEMD-160
    • Decryption
      • Coming Soon (Under active development)
    • Random Generation
      • Coming Soon (Under active development)
  • Update output automatically
  • Copy to clipboard option
  • Neat and Clean UI

If anyone wants to add any feature/tool just submit a Pull Request, most welcome!

Development

To run a locally, you will need to install yarn, then run the following commands:

$ yarn

To start a dev server run:

$ yarn start

To build:

$ yarn build

Deployment (at gh-pages)

Auto deployment using Travis CI

For deploy using command line:

$ yarn deploy

Built With

TypeScript + react + redux + webpack + ❤️