Browser-Native Secure Text Encryption
Salty makes it easy to send strongly-encrypted messages with a shared key. It provides encryption capabilities via the browser's Web Crypto API, and the resulting text is encoded with basE91 for portability.
Salty doesn't store or process messages on the server. All encryption and decryption happens in your browser, and only the encrypted text is transmitted. Use strong, unique keys and share them through secure channels.
Based on the Web Crypto API, using the AES-GCM algorithm, PBKDF2 for key derivation, and basE91 encoding for portability.
Salty is developed and maintained by eSolia Inc. and is open-sourced on GitHub under the MIT License.
Concept, basE91 encoding/decoding and crypto functions adapted from Adam Newbold's Salty (https://salty.neatnik.net/).
8-128 characters
Exclude symbols that are hard to type on mobile
Scan this QR code to open the encrypted message on another device. The key will still be required for decryption.
Browser-Native Secure Text Encryption
Salty makes it easy to send strongly-encrypted messages with a shared
key.
It provides encryption capabilities via the browser's Web
Crypto API, and the resulting text is encoded with basE91 for
portability.