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

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

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
```