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
- Host: GitHub
- URL: https://github.com/felladrin/bcrypt-sandbox
- Owner: felladrin
- License: mit
- Created: 2018-08-31T13:59:30.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-04-05T06:36:41.000Z (2 months ago)
- Last Synced: 2025-04-05T14:09:49.588Z (2 months ago)
- Topics: bcrypt, bcrypt-sandbox, electron, javascript
- Language: TypeScript
- Homepage: https://felladrin.github.io/bcrypt-sandbox
- Size: 3.63 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
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))
[](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 |