https://github.com/brunobernardino/simple-browser-message-encryption
Encrypt and decrypt messages using AES-GCM-256
https://github.com/brunobernardino/simple-browser-message-encryption
aes-gcm deno encryption encryption-decryption local offline pwa
Last synced: about 2 months ago
JSON representation
Encrypt and decrypt messages using AES-GCM-256
- Host: GitHub
- URL: https://github.com/brunobernardino/simple-browser-message-encryption
- Owner: BrunoBernardino
- Created: 2022-12-30T07:59:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-19T18:03:32.000Z (almost 3 years ago)
- Last Synced: 2025-03-28T17:22:16.398Z (about 1 year ago)
- Topics: aes-gcm, deno, encryption, encryption-decryption, local, offline, pwa
- Language: JavaScript
- Homepage: https://simple-browser-message-encryption.onbrn.com
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Simple Browser Message Encryption
I built this tool so I could easily send an encrypted message/text via unsafe channels (and decrypt too) in a fairly secure way.
I always prefer PGP, but that requires technical knowledge from the other person I'm communicating with, and this doesn't.
## Development
View locally using `deno run --allow-net --allow-read https://deno.land/std@0.197.0/http/file_server.ts src` or `npx servo src`.
## Deployment
Just push to the `main` branch.