VKEncrypt

Расширение для шифрования личных сообщений социальной сети ВКонтакте

Wat is VKEncrypt?

VKEncrypt is een Chrome-extensie ontwikkeld door Nick, en de belangrijkste functie is "Расширение для шифрования личных сообщений социальной сети ВКонтакте".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie VKEncrypt

Download VKEncrypt-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Данное расширение предназначено для шифрования личных сообщений социальной сети «ВКонтакте».

- Легко использовать;
- Не сохраняются данные между сессиями для обеспечения защиты;
- Обеспечивается защита от различных криптографических атак (атака повторного воспроизведения, аналитические атаки);
- Имеется возможность генерации ключа для одноразовой переписки;
- Используется алгоритм шифрования AES-256;
- Частичная поддержка мобильной версии (m.vk.com)

ПОЛИТИКА КОНФИДЕНЦИАЛЬНОСТИ
VKEncrypt использует разрешение для редактирования содержимого страницы сайта vk.com/vk.ru. Данное разрешение необходимо для отображения элементов управления расширения и замены шифротекста сообщений на расшифрованный текст.
Никакие данные пользователя не используются дополнением для сбора информации, статистики или с любой другой целью.
Никакие данные пользователя не сохраняются дополнением в хранилище браузера, файл или другое хранилище информации.

VKEncrypt использует следующую информацию для своей работы:
1. Уникальный идентификатор пользователя - Адрес страницы (Profile link), установленный вручную пользователем или же оставленный по умолчанию самой социальной сетью (вида idXXXXXXXXX). Идентификатор пользователя используется исключительно в процессе генерации криптографического ключа. Изменение уникального идентификатора пользователя приведет к невозможности расшифровать ранее отправленные сообщения.
2. Локальное время компьютера/мобильного устройства - число миллисекунд, прошедшее с 1 января 1970 года до момента отправки сообщения. Значение времени отправки сообщения используется как в процессе генерации криптографического ключа, так и при составлении заголовка сообщения, который отправляется в незашифрованном виде. Изменение локального времени может привести к ошибочной работе системы обнаружения атаки повторного воспроизведения (replay attack).

Перечисленная выше информация используется исключительно для работы систем дополнения.

PRIVACY POLICY
VKEncrypt uses permission for changing the content of the website vk.com/vk.ru. This permission is required for displaying controls and changing the content of the encrypted messages to decrypted text.
No personal data is used by this add-on for information gathering, statistics or with any other purpose.
No personal data will be stored by this add-on in browser storage, local file or any other kind of information storage.

VKEncrypt uses the following data for its work:
1. Unique user identifier - Profile link set by user or by the social network as default one (like idXXXXXXXXX). User identifier is used for cryptographic key generation only. Any changes of user unique identifier will cause inability to decrypt any previous messages.
2. Local time of computer/mobile device - amount of milliseconds from 1 January 1970 to the message sending. This value is used both in the cryptographic key generation process and as a part of encrypted message header which will be unencrypted. Any changes to local time can cause inconsistent behaviour of the system of replay attack detection.

This information is used only for the extension functioning.                    

Basisinformatie over de Extensie

Naam VKEncrypt VKEncrypt
ID jomkpofgflbplilomgklbdffmehoiokn
Officiële URL https://chromewebstore.google.com/detail/vkencrypt/jomkpofgflbplilomgklbdffmehoiokn
Beschrijving Расширение для шифрования личных сообщений социальной сети ВКонтакте
Bestandsgrootte 178 KB
Aantal Installaties 45
Huidige Versie 0.5.2
Laatst Bijgewerkt 2024-01-02
Publicatiedatum 2020-03-03
Beoordeling 4.75/5 Totaal 4 Beoordelingen
Ontwikkelaar Nick
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://github.com/VKEGroup/VKEncrypt/blob/master/CHROME%20PRIVACY%20POLICY.md
Ondersteunde Talen ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "VKEncrypt",
    "version": "0.5.2",
    "author": "Nick",
    "description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043b\u0438\u0447\u043d\u044b\u0445 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0439 \u0441\u043e\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0439 \u0441\u0435\u0442\u0438 \u0412\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u0435",
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/key.png",
                "icons\/lock.png",
                "icons\/unlock.png",
                "icons\/newkey.png"
            ],
            "matches": [
                "https:\/\/*.vk.com\/*",
                "https:\/\/*.vk.ru\/*"
            ]
        }
    ],
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "176": "icons\/icon176.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.vk.com\/*",
                "https:\/\/*.vk.ru\/*"
            ],
            "js": [
                "jquery-3.3.1.slim.min.js",
                "sha\/sha256.js",
                "aes-js\/index.js",
                "base64\/base64js.min.js",
                "encoding\/encoding.js",
                "scrypt\/scrypt.js",
                "scrypt\/thirdparty\/unorm.js",
                "scrypt\/thirdparty\/buffer.js",
                "scrypt\/thirdparty\/setImmediate.js",
                "keyexchange\/jsbn.js",
                "keyexchange\/jsbn2.js",
                "keyexchange\/prng4.js",
                "keyexchange\/rng.js",
                "keyexchange\/ec.js",
                "keyexchange\/sec.js",
                "configuration.js",
                "vkencrypt.js",
                "header-module.js",
                "text-module.js",
                "pre-module.js",
                "presend-module.js",
                "storage.js",
                "encrypt-module.js",
                "time-module.js",
                "navigation-module.js",
                "keyexchange-module.js",
                "error-module.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon20.png",
            "19": "icons\/icon19.png",
            "20": "icons\/icon20.png",
            "24": "icons\/icon38.png",
            "32": "icons\/icon38.png",
            "38": "icons\/icon38.png",
            "40": "icons\/icon40.png",
            "48": "icons\/icon48.png"
        },
        "default_title": "\u0421\u043f\u0440\u0430\u0432\u043a\u0430",
        "default_popup": "help.html"
    }
}