Cypherdog Encryption

Encrypt any file, any text, and share via any medium, any time

Cypherdog Encryptionคืออะไร?

Cypherdog Encryption เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cypherdog Security Inc. และคุณลักษณะหลักของมันคือ "Encrypt any file, any text, and share via any medium, any time"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cypherdog Encryption

ดาวน์โหลดไฟล์ส่วนขยาย Cypherdog Encryption ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Secure any text and file with end-to-end encryption. 
One click. Complete protection.

The software encrypts all text messages and files that you can conveniently share via e-mail, cloud storage or any chat system. The solution also verifies the sender's identity for added security. If you value the privacy and confidentiality of your communication, give our user-friendly software a try, as it rightly maintains the highest message security level.


To use the plugin for encrypting email messages, it is necessary to install the Cypherdog Encryption desktop application and register an account. Download the application  from the website https://www.cypher.dog/cdog-download-the-app-encryption/ 

Cypherdog Encryption Application - installed in the operating system, available from the sidebar.
Cypherdog Encryption Plugin - installed in a browser or e-mail native client. 

The Cypherdog Encryption Plugin module is responsible for interaction with the user and managing the encryption and decryption of messages.The Cypherdog Encryption Application module, on the other hand, supervises the authorisation to your private key and performs cryptographic operations in a tangible sense.

This plugin:
is supporting encryption and decryption e-mail messages in Gmail and web Outlook. 
is not supporting other webmail clients
Encryption and decryption of attachments (or every file) is possible using Cypherdog Encryption Application


Only processes authorized by the Cypherdog Encryption Application module can use your private key. This means that the browser and other approved methods will never have control over your private key. They will only be able to use it to encrypt and decrypt messages. The architecture of our solution ensures complete separation of customer's e-mail from your private key.

Cypherdog uses proven cryptographic algorithms, such as the 3072-bit RSA key and the SHA512 hash function. The assurance of complete security is based on the zero-knowledge security model, without involving any "trusted" third party, including Cypherdog, Certification Authority, and e-mail provider.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Cypherdog Encryption Cypherdog Encryption
ID dhcfjhfmgoekhacekiogfhkiiipokegp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cypherdog-encryption/dhcfjhfmgoekhacekiogfhkiiipokegp
คำอธิบาย Encrypt any file, any text, and share via any medium, any time
ขนาดไฟล์ 91.68 KB
จำนวนการติดตั้ง 88
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2023-05-27
วันที่เผยแพร่ 2022-08-24
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Cypherdog Security Inc.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.cypher.dog/e-mail-encryption/
URL หน้าช่วยเหลือ https://calendly.com/p-kucharzewski/30min?month=2022-08
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cypherdog Encryption",
    "description": "Encrypt any file, any text, and share via any medium, any time",
    "version": "1.1.0",
    "version_name": "1.1.0",
    "action": {
        "default_icon": "logo.png",
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ],
            "css": [
                "styles\/multi-email-input.css"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "scripting",
        "storage",
        "notifications"
    ],
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    }
}