Skeleton Key
A secure password generator that uses repeated hashing of your master password and some salt.
Что такое Skeleton Key?
Skeleton Key - это расширение Chrome, разработанное https://www.bluestatic.org, и его основная функция - "A secure password generator that uses repeated hashing of your master password and some salt.".
Снимки экрана расширения
Скачать файл CRX расширения Skeleton Key
Скачайте файлы расширений 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 |
| Официальный URL | 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"
}
} | |