Fea's password manager
pbkdf2 generating pwd
Fea's password managerคืออะไร?
Fea's password manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย feaisil และคุณลักษณะหลักของมันคือ "pbkdf2 generating pwd"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fea's password manager
ดาวน์โหลดไฟล์ส่วนขยาย Fea's password manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Fea's password manager |
ID | dghmjpbhpganblpkmmjbaapenpfiipil |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/feas-password-manager/dghmjpbhpganblpkmmjbaapenpfiipil |
คำอธิบาย | pbkdf2 generating pwd |
ขนาดไฟล์ | 36.27 KB |
จำนวนการติดตั้ง | 114 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2015-02-02 |
วันที่เผยแพร่ | 2015-02-02 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | feaisil |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" ] } |