An open API service indexing awesome lists of open source software.

https://github.com/felladrin/bcrypt-sandbox

A tool for encrypting and validating text with bcrypt: https://felladrin.github.io/bcrypt-sandbox
https://github.com/felladrin/bcrypt-sandbox

bcrypt bcrypt-sandbox electron javascript

Last synced: about 2 months ago
JSON representation

A tool for encrypting and validating text with bcrypt: https://felladrin.github.io/bcrypt-sandbox

Awesome Lists containing this project

README

        

# Bcrypt Sandbox

A tool for encrypting and validating text with bcrypt. ([Live Demo](https://felladrin.github.io/bcrypt-sandbox/index.html))

[![Screenshot](screenshot.png)](https://felladrin.github.io/bcrypt-sandbox/index.html)

## Running and Building

After cloning this repository, you can use the following commands:

| Command | Action |
| --------------- | --------------------------------- |
| `npm run dev` | Start the app in development mode |
| `npm run build` | Build the web app for production |