Simple online cryptography app.
Go to file
2023-01-31 15:17:58 -05:00
media README: add preview picture 2023-01-22 15:24:36 -05:00
src webpack: redo page generation 2023-01-31 15:17:58 -05:00
.eslintrc.yml major refactoring 2023-01-30 22:03:50 -05:00
.gitignore major refactoring 2023-01-30 22:03:50 -05:00
LICENSE added licensing information 2023-01-22 14:21:42 -05:00
package-lock.json major refactoring 2023-01-30 22:03:50 -05:00
package.json interface.js: explicitly request to mount forms after creating elements 2023-01-31 14:38:56 -05:00
README.md update readme 2023-01-30 22:10:56 -05:00
webpack.common.js webpack: redo page generation 2023-01-31 15:17:58 -05:00
webpack.dev.js major refactoring 2023-01-30 22:03:50 -05:00
webpack.prod.js major refactoring 2023-01-30 22:03:50 -05:00

encryptme

encryptme is a website that provides cryptography tools based on the browser's SubtleCrypto API. It aims to be simple to use, but also allow users to tinker with more advanced options if needed.

AES encryption page

Currently, the following algorithms are implemented:

Installation

Clone the repo:

git clone https://github.com/dogeystamp/encryptme

Install packages:

npm install

Running

Start development server:

npm run start

Or, compile to dist/:

npm run build