Vault
Free, open source, and decentralized. Vault utilizes zero-knowledge encryption and stores data on NOSTR network.
Vault란 무엇입니까?
Vault은(는) https://jingles.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free, open source, and decentralized. Vault utilizes zero-knowledge encryption and stores data on NOSTR network."입니다.
확장 프로그램 스크린샷
Vault 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Vault saves all your passwords and notes securely by encrypting your data twice; once with your secret key and once with your passcode. Your data are not stored on any centralized server, but rather on a set of relay servers. This means that it is resilient to attacks and that you are the only one who can access your passwords. Security experts recommend that you use a different, randomly generated password for every account that you create, and Vault makes this easy. Vault can generate passwords and store them for you, this means that you only need to remember one password, your passcode. Looking to store and swiftly retrieve your data? Vaults facilitate searchable items, allowing you to effortlessly copy the desired information with a single click. Vault is free, open source, and decentralized; and will always be.
확장 프로그램 기본 정보
이름 | Vault |
ID | namadahddjnkmjgdnncdlhioopmjiflm |
공식 URL | https://chromewebstore.google.com/detail/vault/namadahddjnkmjgdnncdlhioopmjiflm |
설명 | Free, open source, and decentralized. Vault utilizes zero-knowledge encryption and stores data on NOSTR network. |
파일 크기 | 499 KB |
설치 횟수 | 56 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2023-08-16 |
출시 날짜 | 2023-08-10 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | https://jingles.dev |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/jinglescode/nostr-password-manager |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.2", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "author": "Jingles (jingles.dev)", "manifest_version": 3, "default_locale": "en", "action": { "default_popup": "index.html", "default_title": "Vault" }, "icons": { "16": "images\/rounded-16.png", "32": "images\/rounded-32.png", "48": "images\/rounded-48.png", "128": "images\/rounded-128.png" }, "permissions": [ "tabs", "storage" ] } |