https://github.com/mcnamee/encrypt-decrypt
Encrypt and Decrypt Messages
https://github.com/mcnamee/encrypt-decrypt
Last synced: 5 months ago
JSON representation
Encrypt and Decrypt Messages
- Host: GitHub
- URL: https://github.com/mcnamee/encrypt-decrypt
- Owner: mcnamee
- Created: 2018-01-18T05:47:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T06:37:27.000Z (almost 3 years ago)
- Last Synced: 2025-04-08T22:07:54.486Z (9 months ago)
- Language: JavaScript
- Homepage: https://mcnamee.github.io/encrypt-decrypt/index.html
- Size: 2.16 MB
- Stars: 0
- Watchers: 2
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Encrypt and Decrypt Messages
Input a 'password' and use it to encrypt or decrypt text.
[Demo](https://mcnamee.github.io/encrypt-decrypt/index.html)
## Install
```bash
npm i
```
## Run
```bash
npm start
# Then open your browser at http://127.0.0.1:8080
```
## Deploy to Github Pages
```bash
sh gh-deploy.sh
```