Securlio

The most secure password generator! SecURLio uses the URL to create completely unique passwords for every single website.

Securlio là gì?

Securlio là một tiện ích mở rộng Chrome được phát triển bởi https://securl.io, và tính năng chính của nó là "The most secure password generator! SecURLio uses the URL to create completely unique passwords for every single website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Securlio

Tải xuống các tệp mở rộng Securlio dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Securlio is the most secure password generator to hit the market. Why? Securlio generates a unique password for every website based on encryption of the URL, and a master password that you provide. But here's the catch: Securlio never stores or saves your generated password anywhere, making it a secure as it is. Even if a hacker breaks into a website's server, your password will be long, hard to crack and impossible to use on any other websites Securlio generates passwords for.
 
No more using the same password for every website. No more remembering different passwords for every website. Passwords are the virtual keys to our lives, so it's only fitting to treat them as such and safeguard them. What makes it all the better? It can be done so simply with the base version of the Securlio extension at absolutely no cost.

How it works:
1. Install the Securlio extension from the Chrome Store
2. Enter a master password, making it something easy to remember yet secure

Each time that you reach a form with a password input, Securlio will now automatically fill it with a safe and secure password.

Now, all you need to do is change all your easily hackable passwords to secure Securlio-created passwords by clicking the reset password link provided by most websites. 

CONTACT US!!!!
If you have any questions, comments, feedback or anything else, you can talk to us directly at [email protected] and we’ll get back to you within a few hours.

_____________________________
FAQ:
---
Q: Why do I need to use Securlio? Don’t I already have secure passwords?

A: No you don't. Securlio generates passwords that look like this 9FIdOsdEyfAAbwRkVUZgFxD4aIg= and are entirely diffrent for every single website, making them incomparably more difficult to hack than conventional systems’ passwords.
—-
Q: Do I need to set a long and secure master password?

A: This is the single step of the process that must be given the most attention, as the only thing impossible to prevent against is a brute force attack. In other words, trying every single guess for a person's master combination. By every added character, the time needed to crack a person’s password increases exponentially and only makes Securlio a more secure interface for cybersecurity.

—-
Q: What is a master password?

A: It’s a single password, much like a masterkey, that Securlio uses to generate all your other passwords.
—-

Q: I used Securlio to generate a master password for a website, but how can I access this website from places I don’t have Securlio installed?

A: We have a website!!! Simply visit securl.io/app (under construction) on a phone, friend’s computer, or any other device without the extensions and we’ll generate a password that you can copy / paste.
_____________________________

Technical information:

Securlio only stores one thing: An SHA256 unsalted hash of the master password. It then looks for password inputs on every page you visit. If Securlio finds one, it replaces the password input with a new Securlio password input that can safely listen for keypress events. After this, Securlio generates an SHA1 HMAC of the URL's hostname concatenated with a single space, being the default password, and uses the master password as the HMAC's key. If the user has the Securlio Gold Plan they may type in an additional password into the Securlio password input which will take the place of the previously mentioned default Securlio password.
 
It is important not to confuse the master password and the password, they are two separate concepts in this context. It is also important to note that Securlio does all of this on the front end and NEVER sends the generated password, original password or master password to any of our servers.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Securlio Securlio
ID pheefccgebmgmkfmlckldlklmeeicdip
URL Chính Thức https://chromewebstore.google.com/detail/securlio/pheefccgebmgmkfmlckldlklmeeicdip
Mô tả The most secure password generator! SecURLio uses the URL to create completely unique passwords for every single website.
Kích Thước Tệp 48.43 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2017-06-13
Ngày Phát Hành 2017-06-13
Đánh Giá 4.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://securl.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.securl.io
URL Trang Trợ Giúp http://www.securl.io
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Securlio",
    "description": "The most secure password generator! SecURLio uses the URL to create completely unique passwords for every single website.",
    "version": "1.0.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "crypto-js.js",
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "512": "icon.png"
    },
    "browser_action": {
        "default_icon": {
            "512": "icon.png"
        },
        "default_title": "Securlio",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}