Skeleton Key
A secure password generator that uses repeated hashing of your master password and some salt.
什麼是Skeleton Key?
Skeleton Key是由https://www.bluestatic.org開發的Chrome擴展程式,該擴展的主要功能是“A secure password generator that uses repeated hashing of your master password and some salt.”。
擴展截圖
下載Skeleton Key擴展crx文件
下載Skeleton Key擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | pocnbifnhglhmbddnjlhnkjlfccpfccg |
| 官方網址 | https://chromewebstore.google.com/detail/skeleton-key/pocnbifnhglhmbddnjlhnkjlfccpfccg |
| 簡介 | A secure password generator that uses repeated hashing of your master password and some salt. |
| 檔案大小 | 27.94 KB |
| 安裝次數 | 13 |
| 目前版本 | 3 |
| 更新時間 | 2012-12-31 |
| 上架時間 | 2012-12-30 |
| 開發者 | https://www.bluestatic.org |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/rsesek/skeletonkey |
| 支援的語言 | 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"
}
} | |