Fea's password manager
pbkdf2 generating pwd
Fea's password manager là gì?
Fea's password manager là một tiện ích mở rộng Chrome được phát triển bởi feaisil, và tính năng chính của nó là "pbkdf2 generating pwd".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Fea's password manager
Tải xuống các tệp mở rộng Fea's password manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Generate a unique secure password for a website: The password is generated from the website's domain, a password key you give and a salt (set when first starting the extension). To connect on the website, simply regenerate the derived password from the domain name and your password key. Nothing except the salt and number of iterations of the hash function is stored: you have to remember your password key and enter it each time you use this extension. Please use a relatively secure password even if the key derivation function will protect it against most attacks.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Fea's password manager |
ID | dghmjpbhpganblpkmmjbaapenpfiipil |
URL Chính Thức | https://chromewebstore.google.com/detail/feas-password-manager/dghmjpbhpganblpkmmjbaapenpfiipil |
Mô tả | pbkdf2 generating pwd |
Kích Thước Tệp | 36.27 KB |
Số Lần Cài Đặt | 114 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2015-02-02 |
Ngày Phát Hành | 2015-02-02 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | feaisil |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fea's password manager", "version": "1.1", "description": "pbkdf2 generating pwd", "icons": { "16": "pmcp.png", "48": "pmcp48.png", "128": "pmcp128.png" }, "browser_action": { "default_popup": "pmcp.html", "default_icon": "pmcp.png" }, "permissions": [ "activeTab" ] } |