EKVault
EKVault, a completly offline password manager.
EKVaultคืออะไร?
EKVault เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Erik Knaake และคุณลักษณะหลักของมันคือ "EKVault, a completly offline password manager."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EKVault
ดาวน์โหลดไฟล์ส่วนขยาย EKVault ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
EKVault is a password manager that locally stores your passwords in a encrypted way. If you want EKVault can generate strong and unique passwords for you. Store your passwords: With EKVault you never have to write down your passwords, it will remember passwords for you. Remember only one last password, your master password. Passwords stored with EKVault aren't readable for attackers when they don't have the master password, because they are encrypted with AES. Generate your passwords: EKVault does not make the human mistake of basing passwords on other passwords, they are truly random. Why use a password manager? A password manager can mainly prevent two common types of attacks, a dictionary attack and guessing passwords based on personal information. A password manager negates these attacks by generating truly random passwords. A password manager also prevents attackers from just reading your passwords as plain text, because it stored passwords in a encrypted way. A password manager also makes using all these different passwords a lot easier, since you only have to remember one password and the password managers couples domains and usernames to specific passwords. Why use EKVault as password manager? EKVault is one of the few password managers that doesn't use any internet connection at all, on top of that EKVault is among the few that allows for local backups and discloses it's encryption algorithm. EKVault only keeps decrypted passwords in memory for the minimal time required to use them. Usage: - Add one or more usernames in the settings panel - Generate new passwords for your selected username in the new panel - Load your passwords in the load panel Features: - Store passwords in encrypted format - Import/Export encrypted passwords from/to your filesystem - Import/Export your settings - Generate cryptographically strong passwords - Edit your passwords whenever you need to - No internet connection required, we dont send any data about you or your passwords - Dark and Light theme available - Customize generated password length - Customize generated password character sets - Keep track of your usernames, and just select the username you want to use Check the source at GitHub: https://github.com/erikknaake/EKVault
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | EKVault |
ID | pkepoljaikbpkpnahfjdaniockkjoldi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ekvault/pkepoljaikbpkpnahfjdaniockkjoldi |
คำอธิบาย | EKVault, a completly offline password manager. |
ขนาดไฟล์ | 1.72 MB |
จำนวนการติดตั้ง | 16 |
เวอร์ชันปัจจุบัน | 0.0.5 |
อัปเดตครั้งล่าสุด | 2019-05-06 |
วันที่เผยแพร่ | 2019-05-05 |
ผู้พัฒนา | Erik Knaake |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://erikknaake.github.io/EKVault/ |
URL หน้าช่วยเหลือ | https://erikknaake.github.io/EKVault/QnA.html |
URL หน้านโยบายความเป็นส่วนตัว | https://erikknaake.github.io/EKVault/Privacy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EKVault", "short_name": "EKVault", "version": "0.0.5", "description": "EKVault, a completly offline password manager.", "author": "Erik Knaake", "browser_action": { "default_popup": "index.html" }, "permissions": [ "activeTab" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "assets\/fonts\/*" ], "icons": { "128": "assets\/images\/lock-icon-128.png", "512": "assets\/images\/lock-icon-512.png" }, "offline_enabled": true } |