Skeleton Key
A secure password generator that uses repeated hashing of your master password and some salt.
Skeleton Key là gì?
Skeleton Key là một tiện ích mở rộng Chrome được phát triển bởi https://www.bluestatic.org, và tính năng chính của nó là "A secure password generator that uses repeated hashing of your master password and some salt.".
Ả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 Skeleton Key
Tải xuống các tệp mở rộng Skeleton Key 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
Skeleton Key is an alternative way to manage passwords. Rather than keeping a database for every website, you merely have one master password that is used in combination with a "site key" and your username. The site key is a site-specific string. All three pieces of data are cryptographically hashed repeatedly using the ultra-secure PBKDF2 algorithm. Changes in v3: - Fixed bugs with site key suggestion. Changes in v2: - Use current tab's URL as a suggestion for the site key.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Skeleton Key |
ID | pocnbifnhglhmbddnjlhnkjlfccpfccg |
URL Chính Thức | https://chromewebstore.google.com/detail/skeleton-key/pocnbifnhglhmbddnjlhnkjlfccpfccg |
Mô tả | A secure password generator that uses repeated hashing of your master password and some salt. |
Kích Thước Tệp | 27.94 KB |
Số Lần Cài Đặt | 13 |
Phiên Bản Hiện Tại | 3 |
Cập Nhật Lần Cuối | 2012-12-31 |
Ngày Phát Hành | 2012-12-30 |
Nhà Phát Triển | https://www.bluestatic.org |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/rsesek/skeletonkey |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Skeleton Key", "version": "3", "description": "A secure password generator that uses repeated hashing of your master password and some salt.", "permissions": [ "tabs" ], "icons": { "16": "icon19.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "Skeleton Key", "default_popup": "core.html", "default_icon": "icon19.png" } } |