Cygen (based on SuperGenPass)

Generate secure, unique, and domain-specific passwords to increase your overall online security, based on SuperGenPass.

Cygen (based on SuperGenPass)คืออะไร?

Cygen (based on SuperGenPass) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://andryou.com และคุณลักษณะหลักของมันคือ "Generate secure, unique, and domain-specific passwords to increase your overall online security, based on SuperGenPass."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cygen (based on SuperGenPass)

ดาวน์โหลดไฟล์ส่วนขยาย Cygen (based on SuperGenPass) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Use a different password for different sites, the smart way. All you need to remember is one password.

You do not need to enter this password every time you want to log in. All you need to do is click on the key icon in your toolbar and copy the password.

Any data you enter are encrypted using the AES-256 standard (which is approved and used by the US Government for "TOP SECRET" grade material).

This is more secure than using the SuperGenPass bookmarklet (as with Cygen, sites are unable to retrieve your master password, and your password is not stored in plaintext). All data are encrypted on-the-fly and are not transmitted outside of your computer (feel free to do a code audit: https://github.com/andryou/cygen)

I highly recommend using this along with LastPass: https://chrome.google.com/webstore/detail/lastpass/hdokiejnpimakedhajhdlcegeplioahd?hl=en

Credits to SuperGenPass for the idea and password generation code.

Changelog:

v1.0.1.4 - fixed repeating notification
v1.0.1.1/1.0.1.2/1.0.1.3 - fixed notifications for fresh installations
v1.0.1.0 - updated required permissions (only requires "Tabs" permission now)
v1.0.0.9 - updated extension name, made Options page more intuitive
v1.0.0.8 - fixed + tweaked Security Reset Interval capabilities, tweaked random salt (you'll need to re-enter your master password/stealth phrase again, sorry!)
v1.0.0.7 - added Options link to popup widget, made the random salt... more random :) You'll need to re-configure Cygen to match your previous settings.
v1.0.0.6 - set default Master Password Reset Interval to every 24 hours
v1.0.0.5 - updated Options page layout
v1.0.0.4 - added option to reset Master Password at a specific interval (e.g. every 24 hours)
v1.0.0.3 - minor code cleanup
v1.0.0.2 - added a check to block any Chrome extensions from accessing your encrypted data; random salt added to to AES-256 encryption phrase to make your Cygen instance truly unique.
v1.0.0.1 - "Password Length" setting now encrypted in AES-256.
v1.0.0.0 - Initial release.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Cygen (based on SuperGenPass) Cygen (based on SuperGenPass)
ID diloniiblgloigeffddhmjkhiijjmjpk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cygen-based-on-supergenpa/diloniiblgloigeffddhmjkhiijjmjpk
คำอธิบาย Generate secure, unique, and domain-specific passwords to increase your overall online security, based on SuperGenPass.
ขนาดไฟล์ 75.36 KB
จำนวนการติดตั้ง 190
เวอร์ชันปัจจุบัน 1.0.1.4
อัปเดตครั้งล่าสุด 2013-05-22
วันที่เผยแพร่ 2013-05-21
คะแนน 3.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://andryou.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.andryou.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "page": "html\/background.html"
    },
    "browser_action": {
        "default_icon": "img\/icon19.png",
        "default_popup": "html\/popup.html",
        "default_title": "Cygen"
    },
    "description": "Generate secure, unique, and domain-specific passwords to increase your overall online security, based on SuperGenPass.",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "24": "img\/icon24.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png"
    },
    "minimum_chrome_version": "6",
    "name": "Cygen (based on SuperGenPass)",
    "options_page": "html\/options.html",
    "permissions": [
        "tabs"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1.4",
    "manifest_version": 2
}