PassLok Privacy

High security asymmetric encryption and steganography for text, files and chat.

什麼是PassLok Privacy?

PassLok Privacy是由https://passlok.com開發的Chrome擴展程式,該擴展的主要功能是“High security asymmetric encryption and steganography for text, files and chat.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載PassLok Privacy擴展crx文件

下載PassLok Privacy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        TAKE PRIVACY INTO YOUR OWN HANDS

End-to-end secure encryption, plus steganography for email and real-time chat.

PassLok does not use servers that might compromise your information. Everything is done offline. 

PassLok stores nothing secret, not even in your device.

This app is compatible with PassLok for Email (especially in Email mode), to be added shortly to the Chrome store. Use it if your email service is not yet supported by PassLok for Email.

With PassLok, you can: 
- Write messages than only the intended recipient can read. 
- Do this without having established a secret password. 
- Lock files and images as easily as text.
- Establish a real-time peer-to-peer chat involving text, files, audio, and video
- Digitally sign text, images, and files so others can be sure they come from you. 
- Convert your favorite email or texting app into a secure communication channel. 
- Hide private information as apparently innocent text, or inside images. 
- Use Decoy mode, so your true message is not what it appears to be. 
- Create messages that can only be read once. 
- Communicate across platforms, even without a network.
- Send confidential mailings to several people at the same time. 
- Use a borrowed device, in case yours is bugged. 
- Be as paranoid as you like. We are really paranoid, and this is why we developed PassLok. 

PassLok uses 255-bit standard elliptic curves, which have been vetted against weaknesses by experts. On top of that, PassLok uses 256-bit XSalsa20 encryption and 512-bit hash functions to complete the locking process. XSalsa20 is a high-performance, open source cipher, which has been scrutinized by experts for nearly a decade without any practical weaknesses being found.

The first time you run PassLok, it helps you to come up with a strong text-based secret Key, which can be whatever you want it to be. PassLok places no restrictions to make sure that you can always remember your Key without ever having to write it down. 

From your secret Key, PassLok creates a Lock, which is like a phone number that you give to the people you wish to send messages to you. They will "put your Lock" on those messages, and only your Key, which you have given to no one, will be able to unlock them. Optionally, you can post your Lock on the PassLok general directory, adding a video so people know the Lock is genuine. 

This is the Chrome app version of PassLok, essentially identical to the versions released for PCs and mobile platforms. In addition, there is a pure html version of PassLok at the following mirrors: 
https://passlok.com/app
https://www.autistici.org/passlok 
https://passlok.site44.com 
https://fruiz500.github.io/passlok 

If you want to check them out, you should get the source by doing ctrl-u or cmd-opt-u, get its SHA256 with an external program or web page, and compare it with the value below. This is not necessary for app store versions like this one, which are code-signed by the app store.                    

擴展基本資訊

名稱 PassLok Privacy PassLok Privacy
ID epcchpdljafmfegifkigklfcmkphfmbh
官方網址 https://chromewebstore.google.com/detail/passlok-privacy/epcchpdljafmfegifkigklfcmkphfmbh
簡介 High security asymmetric encryption and steganography for text, files and chat.
檔案大小 250 KB
安裝次數 554
目前版本 2.5.4
更新時間 2023-05-11
上架時間 2020-05-14
評分 4.15/5 共 13 次評分
開發者 https://passlok.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://passlok.weebly.com
說明頁面URL http://passlok.weebly.com/faq.html
隱私政策頁面URL https://sites.google.com/view/passlok-privacy-policy/home
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PassLok Privacy",
    "short_name": "PassLok",
    "description": "High security asymmetric encryption and steganography for text, files and chat.",
    "version": "2.5.4",
    "manifest_version": 3,
    "icons": {
        "16": "passlok-icon48.png",
        "48": "passlok-icon48.png",
        "128": "passlok-icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'; img-src 'self' data:; connect-src 'self' data:; style-src 'self' 'unsafe-inline'"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "passlok-icon48.png",
            "48": "passlok-icon48.png"
        },
        "default_title": "PassLok Privacy"
    }
}