Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colthreepv/symmetro
Simple page to encrypt and decrypt text with AES-256-GCM
https://github.com/colthreepv/symmetro
Last synced: 25 days ago
JSON representation
Simple page to encrypt and decrypt text with AES-256-GCM
- Host: GitHub
- URL: https://github.com/colthreepv/symmetro
- Owner: colthreepv
- License: unlicense
- Created: 2024-05-03T22:03:37.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-20T20:11:23.000Z (5 months ago)
- Last Synced: 2024-06-21T13:52:46.742Z (5 months ago)
- Language: JavaScript
- Size: 139 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# symmetro
Encrypt and decrypt text with AES-256-GCM on a easy to deploy webpage
Available on [github pages](https://colthreepv.github.io/symmetro/) and [statically build releases](https://github.com/colthreepv/symmetro/releases)## Usage
- 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)# one gif
![gif showing ui](https://github.com/colthreepv/symmetro/assets/2657230/c9da034a-9899-4c93-8a04-c5ac4d3dbbcd)