Amaranth Password Manager

Filling password for you using Amaranth algorithm

Amaranth Password Managerคืออะไร?

Amaranth Password Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 胖叔叔 และคุณลักษณะหลักของมันคือ "Filling password for you using Amaranth algorithm"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amaranth Password Manager

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

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

                        We all know that using same password everywhere is extremly unsafe because websites cannot be trusted to protect them from hackers. So once one of your passwords is leaked, the other accounts are still safe.

However, it is impossible to remember all passwords for different websites. So there are several solutions for password management, like LastPass, 1Password or KeePass.

But are they really safe? LastPass had been hacked. Keep them local? You must synchronize manually. How can we balance the safety and convenience?

Amaranth provides a simple password management solution. You just need to remember only one password (we call it main password), and set different site id for accounts on different sites (you can directly use the brand name like google or apple). Amaranth will calculate the password for you.

Only you have main password, and site id, Amaranth can calculate correct password for you. If any of this 2 is wrong, Amaranth will provide different password. The benefits of this are that you only need to remember this specific main password IN YOUR BRAIN, and Amaranth can give you any password you need at any devices without synchronization and storage.

So Amaranth is unhackable because it dose not store any of your password. It only provides an algorithm to generate them.

It also comes with different type of password in case there is requirement in websites or services. For example, some website require longer password length (more than 10) but some service (like bank) require PIN as password. Amaranth provides 4 kinds of passwords which is PIN, Short, Classic and Long.

According to HOW SECURE IS MY PASSWORD?, the Long type password needs 3 TRILLION YEARS to crack (as in 2016).

The benifits of using Amaranth:

Safe, unhackable. Even your computer is stolen, the passwords will never leak.
Easy to remember. User just need to remember a main password and a rule of site id.
Main password is only used to generate password, never used in actual websites.
No need to think a new password for new account.
There is also a shortcoming, if you choose this solution, you need to change your current passwords.                    

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

ชื่อ Amaranth Password Manager Amaranth Password Manager
ID hbkfmkahandehhbdlgbfhaeacecfeceo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/amaranth-password-manager/hbkfmkahandehhbdlgbfhaeacecfeceo
คำอธิบาย Filling password for you using Amaranth algorithm
ขนาดไฟล์ 103 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2016-09-25
วันที่เผยแพร่ 2016-09-25
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา 胖叔叔
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ziofat.github.io/Amaranth/
URL หน้าช่วยเหลือ https://github.com/ziofat/Amaranth
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extTitle__",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/ziofat.github.io\/Amaranth",
    "icons": {
        "16": "icons\/active\/icon16.png",
        "48": "icons\/active\/icon48.png",
        "72": "icons\/active\/icon72.png",
        "128": "icons\/active\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "page_action": {
        "default_icon": {
            "19": "icons\/active\/icon19.png",
            "38": "icons\/active\/icon38.png"
        },
        "default_title": "__MSG_defaultIconTitle__"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "src\/inject\/inject.js"
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "src\/inject\/iframe.html"
    ]
}