EPM (Ez Password Manager) 版本历史 - 8 个版本
EPM (Ez Password Manager) 作者: s0ulz
EPM (Ez Password Manager) 版本历史 - 8 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
较早版本
版本 3.0.0
发布于 2026年4月23日 - 61.64 KB适用于 firefox 109.0a1 及更高版本V3 Is here! Here is the Changelog- Removed Glow,
- Replaced SVG Icons,
- Better encryption MD5 Hashes the SHA256 hash (double protection)
- Fixed the double "lock" icon for the password autofill
- Autofill passwords are more accurate now
- Fixed some bugs with the cancel button not closing the popup
- Can't highlight text/select text (makes it feel cleaner)
- Centered icons fix
- More XSS Sanitizating
- Change some formatting/colors.
源代码遵循 MIT 许可证 发布
版本 2.0.0
发布于 2026年2月2日 - 66.23 KB适用于 firefox 109.0a1 及更高版本Removed a lot of notifications (useless),
Added better salting / Encryption
Fixed dupes for autofill源代码遵循 MIT 许可证 发布
版本 1.0.6
发布于 2025年10月7日 - 63.24 KB适用于 firefox 58.0 及更高版本v1.06 :D- We fixed the auto fill password system and duplicated lock icons for the auto fill.
- Added new features for example: when you login into a new site that you don't have a password for it asks if you want to save it and you can update this password the same way :D
Sneak Peak Features:
Sync - Syncing passwords through devices via WiFi with secure codes. :D源代码遵循 MIT 许可证 发布
版本 1.0.5
发布于 2025年9月24日 - 57.16 KB适用于 firefox 58.0 及更高版本Encryption and Security Fixes Summary
PBKDF2 Key Derivation
We replaced plain SHA-256 hashing with PBKDF2 using SHA-256. This applies thousands of iterations to the master password before generating an encryption key, which makes brute-force attacks far more difficult.
AES-GCM Vault Encryption
All stored passwords in the vault are now encrypted using AES-256-GCM. This provides both confidentiality (data cannot be read without the key) and integrity (modifications can be detected).
Unique Salts and Nonces
A random salt is generated for PBKDF2 and a random nonce (IV) is generated for AES-GCM during encryption. This ensures that even if two users set the same master password, their derived keys and encrypted vaults are different.
Secure Storage
The derived encryption key is never stored. Only the salt, nonce, and ciphertext are saved in browser.storage.local. This means that even if the storage is extracted, the vault cannot be decrypted without the correct master password.
Stronger Verification
During login, the master password is passed through PBKDF2 with the stored salt to re-derive the encryption key. That key is then used to attempt AES-GCM decryption of the vault. If decryption succeeds, the password is correct. If it fails, login is denied.源代码遵循 MIT 许可证 发布
版本 1.0.3
发布于 2025年9月23日 - 54.95 KB适用于 firefox 58.0 及更高版本Fixed a lot of bugs, Password Imports not working, Autofill not filling, themes that suck and yea源代码遵循 MIT 许可证 发布
版本 1.0.1
发布于 2025年9月20日 - 39.49 KB适用于 firefox 58.0 及更高版本I removed emojis because they looked cringe and yea ugly not gonna lie.源代码遵循 MIT 许可证 发布