Encrypt and decrypt text with AES-256-GCM on a easy to deploy webpage Available on github pages and statically build releases
- have node 20.x or higher installed
- install pnpm (
corepack use pnpm@latest
) pnpm install
pnpm start
(for dev mode)pnpm build
(for production build)