PassLok Privacy

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

Qu'est-ce que PassLok Privacy ?

PassLok Privacy est une extension Chrome développée par https://passlok.com, et sa fonction principale est "High security asymmetric encryption and steganography for text, files and chat.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension PassLok Privacy

Téléchargez les fichiers d'extension PassLok Privacy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom PassLok Privacy PassLok Privacy
ID epcchpdljafmfegifkigklfcmkphfmbh
URL Officiel https://chromewebstore.google.com/detail/passlok-privacy/epcchpdljafmfegifkigklfcmkphfmbh
Description High security asymmetric encryption and steganography for text, files and chat.
Taille du Fichier 250 KB
Nombre d'Installations 554
Version Actuelle 2.5.4
Dernière Mise à Jour 2023-05-11
Date de Publication 2020-05-14
Évaluation 4.15/5 Total 13 Évaluations
Développeur https://passlok.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://passlok.weebly.com
URL de la Page d'Aide http://passlok.weebly.com/faq.html
URL de la Page de Politique de Confidentialité https://sites.google.com/view/passlok-privacy-policy/home
Langues Prises en Charge 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"
    }
}