Firefox Browser Add-ons
  • Extensions
  • Themes
    • for Firefox
    • Dictionaries & Language Packs
    • Other Browser Sites
    • Add-ons for Android
Log in
Preview of Clavimit

Clavimit by LucaB

Encrypt and decrypt Gmail messages locally using AES-256-GCM and RSA-OAEP.

ExperimentalExperimental
0 (0 reviews)0 (0 reviews)
Download Firefox and get the extension
Download file

Extension Metadata

About this extension
Clavimit is a Firefox extension for encrypting and decrypting Gmail messages using client-side cryptography.

It uses hybrid encryption with AES-256-GCM and RSA-OAEP with SHA-256. Encryption and decryption are performed locally in the browser using the Web Crypto API.

Clavimit does not require an account or a Clavimit server.



When encrypting a message:
  1. Open Clavimit.
  2. Open the encryption section.
  3. Provide the recipient's RSA public key by:
  4. pasting the key, or
  5. selecting a public-key file.
  6. Choose a compose mode:
  7. Gmail compose - encrypt the message currently written in Gmail.
  8. Secure compose - write the plaintext message directly inside Clavimit. Clavimit opens a Gmail compose window automatically and inserts only the encrypted message.
  9. Optionally enable Keep a decryptable copy for the sender and provide the sender's RSA public key.
  10. Click Encrypt.

Clavimit generates a new AES-256 key for each message and encrypts the email content using AES-GCM.

The AES key is encrypted using the recipient's RSA public key with RSA-OAEP. If Keep a decryptable copy for the sender is enabled, the same AES key is also encrypted using the sender's RSA public key. Encrypting the AES key separately for the recipient and sender allows either party to decrypt the same encrypted message using their own RSA private key.

The encrypted email contains the information required for the recipient to decrypt it, including:
  • the encrypted AES key
  • the encrypted AES key for the sender, when enabled
  • the initialization vector (IV)
  • the encrypted message
  • the algorithm identifiers
  • the Clavimit message-format version

Encrypted messages are wrapped in a Clavimit message block:

-----BEGIN CLAVIMIT MAIL-----
...
-----END CLAVIMIT MAIL-----



To decrypt a Clavimit message:
  1. Open the encrypted email in Gmail.
  2. Open Clavimit.
  3. Provide your RSA private key by:
  4. pasting the key, or
  5. selecting a private-key file.
  6. Click Decrypt.

Clavimit attempts to decrypt the message AES key using the provided RSA private key. If the message contains both recipient and sender encrypted-key copies, Clavimit automatically uses the one that can be decrypted with the supplied private key.

The recovered AES key is then used to decrypt the email content.

The resulting plaintext is displayed by the extension.

The Keep a decryptable copy for the sender feature allows the senders to decrypt their own messages from Gmail's Sent section.
Rated 0 by 0 reviewers
Log in to rate this extension
There are no ratings yet

Star rating saved

5
0
4
0
3
0
2
0
1
0
No reviews yet
Permissions and data

Data collection:

  • The developer says this extension doesn't require data collection.
Learn more
More information
Add-on Links
  • Support site
  • Support Email
  • Copy add-on ID
Version
0.1.1
Size
37.55 KB
Last updated
4 days ago (Aug 31, 2026)
Related Categories
  • Privacy & Security
License
GNU General Public License v3.0 only
Privacy Policy
Read the privacy policy for this add-on
Version History
  • See all versions
Add to collection
Report this add-on
Go to Mozilla's homepage

Add-ons

  • About
  • Firefox Add-ons Blog
  • Extension Workshop
  • Developer Hub
  • Developer Policies
  • Community Blog
  • Forum
  • Report a bug
  • Review Guide

Download

  • Download Firefox
  • Windows
  • macOS
  • iOS
  • Android
  • Linux
  • All

Latest Builds

  • Nightly
  • Beta

Firefox for Business

  • Enterprise

Community

  • Connect
  • Contribute
  • Developer

Follow

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • Privacy
  • Cookies
  • Legal

Except where otherwise noted, content on this site is licensed under the Creative Commons Attribution Share-Alike License v3.0 or any later version.