/cryptic

Message encryption web app providing a frontend UI to crypto-js

Primary LanguageJavaScript

Cryptic - Encrypted message web application

Dependency status badge

Encrypt or decrypt a message using AES (Advanced Encryption Standard)

The application provides a UI for the npm module crypto-js to perform the encryption

Installation

git clone https://github.com/pdcavanagh/cryptic.git

npm install

node index.js

Creates local server for web application running on port 3000.

Usage

Main Screen

main

Encrypt a message

encrypt image

Use the toggle to switch between the encrypt and decrypt functionality.

Decrypt a message

decrypt image