An open API service indexing awesome lists of open source software.

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

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.