PGP Suite – Encrypt Messages & Files version history - 6 versions
PGP Suite – Encrypt Messages & Files by Max
PGP Suite – Encrypt Messages & Files version history - 6 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 5.65
Released Jul 16, 2026 - 489.08 KBWorks with firefox 109.0 and later, android 120.0 and laterAdded the ability too choose between different encryption algorithms and bitrates when generating new keys. RSA 4096 is selected as default as it is supported by most (if not all) other PGP compatible programs. ECC Curve25519 is the default one in linux and should be faster generally..
- Imported public keys with weird layouts that does not include information about recipient name/email address or comments about them are now editable by the user so that he can write details about the recipient to be able to tell them apart from other unknown ones.
- Algorithm/bits are now selectable between the following:
- RSA 4096 bits (Recommended, because this is what most websites and all other programs support)
- RSA 3072 bits
- RSA 2048
- ECC Curve25519
- ECC P-256
- ECC P-384
- ECC P-521
Source code released under GNU General Public License v3.0 only
Older versions
Version 5.70
Released Jul 16, 2026 - 491.85 KBWorks with firefox 109.0 and later, android 120.0 and laterA new Persistent Vault tab has been added, allowing you to securely store sensitive notes and credentials encrypted with your own PGP key directly in the browser.
- Create entries by selecting one of your own private keys, writing your sensitive content (passwords, usernames, notes, etc.), and clicking Encrypt & Save. The content is encrypted with your key's public key and stored persistently in
browser.storage.local— surviving browser restarts. - View and edit entries by entering your key's passphrase and clicking Unlock & Edit. Once decrypted, the content becomes editable in-place.
- Save changes by clicking Re-encrypt & Save, which re-encrypts the updated content and overwrites the stored entry.
- Lock an entry at any time to clear it from session memory and return it to its encrypted state.
- Delete an entry — only available after successfully decrypting it, proving ownership.
- Only your own private keys (keys for which you hold the private key) are available in the key selection dropdown. Imported-only public keys are excluded.
- Decrypted content is held in session memory only and is never written to disk in plaintext.
- An entry cannot be edited or deleted without first successfully decrypting it with the correct passphrase.
- Added Persistent Vault tab to the main navigation.
- Added
VaultControllerclass inui.jshandling all vault UI logic (create, decrypt, edit, re-encrypt, lock, delete). - Vault entries are stored under the
MiniPGP_vaultkey inbrowser.storage.local. - Tab switching to the Vault tab automatically refreshes the key dropdown and entry list.
Source code released under GNU General Public License v3.0 only
- Create entries by selecting one of your own private keys, writing your sensitive content (passwords, usernames, notes, etc.), and clicking Encrypt & Save. The content is encrypted with your key's public key and stored persistently in
Version 5.63
Released Jul 16, 2026 - 489 KBWorks with firefox 109.0 and later, android 120.0 and laterAdded the ability too choose between different encryption algorithms and bitrates when generating new keys
Algorithm/bits are now selectable between the following:- RSA 4096 bits (Recommended, because this is what most websites and all other programs support)
- RSA 3072 bits
- RSA 2048
- ECC Curve25519
- ECC P-256
- ECC P-384
- ECC P-521
Source code released under GNU General Public License v3.0 only
Version 5.62
Released Jul 15, 2026 - 487.52 KBWorks with firefox 109.0 and later, android 120.0 and laterAutomatic rollback based on version [5.42].Source code released under GNU General Public License v3.0 only
Version 5.61
Released Jul 8, 2026 - 487.72 KBWorks with firefox 109.0 and later, android 120.0 and laterAdded the ability too choose between different encryption algorithms and bitrates when generating new keys
Algorithm/bits are now selectable between the following:- RSA 4096 bits (Recommended, because this is what most websites and all other programs support)
- RSA 3072 bits
- RSA 2048
- ECC Curve25519
- ECC P-256
- ECC P-384
- ECC P-521
Source code released under GNU General Public License v3.0 only
Version 5.42
Released Jun 13, 2026 - 487.51 KBWorks with firefox 109.0 and later, android 120.0 and laterAdded information about what library and version for mozilla reviewers (openpgp.js)Source code released under GNU General Public License v3.0 only