PassLok Privacy

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

ما هو PassLok Privacy؟

PassLok Privacy هو إضافة Chrome تم تطويرها بواسطة https://passlok.com، والميزة الرئيسية لها هي "High security asymmetric encryption and steganography for text, files and chat.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة PassLok Privacy

قم بتنزيل ملفات الامتداد PassLok Privacy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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
عنوان صفحة المساعدة http://passlok.weebly.com/faq.html
عنوان صفحة سياسة الخصوصية 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"
    }
}