Skip to content

dogeystamp/encryptme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

df9630e · Feb 10, 2023

History

64 Commits
Jan 31, 2023
Jan 22, 2023
Jan 31, 2023
Jan 31, 2023
Jan 31, 2023
Jan 22, 2023
Jan 31, 2023
Feb 10, 2023
Feb 10, 2023
Feb 10, 2023
Jan 31, 2023
Jan 31, 2023

Repository files navigation

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