Caesar Cipher
Encrypts and decrypts messages using the Caesar Cipher encryption technique.
ما هو Caesar Cipher؟
Caesar Cipher هو إضافة Chrome تم تطويرها بواسطة bwiitdev، والميزة الرئيسية لها هي "Encrypts and decrypts messages using the Caesar Cipher encryption technique.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Caesar Cipher
قم بتنزيل ملفات الامتداد Caesar Cipher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The Caesar Cipher, named after Julius Caesar, is an ancient encryption/decryption technique that shifts the alphabetical position of every letter in a message by a specified amount, or key. Encrypted messages can be sent by the sender to other receivers to be decrypted as long as the two parties agree on a numbered key first. Although a very insecure method of encryption by today's standards, users can have fun sending and receiving encrypted messages using this extension.
معلومات أساسية عن التمديد
الاسم | Caesar Cipher |
ID | gdbjlnocejnbinagihejclkjipfaigna |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/caesar-cipher/gdbjlnocejnbinagihejclkjipfaigna |
الوصف | Encrypts and decrypts messages using the Caesar Cipher encryption technique. |
حجم الملف | 30.41 KB |
عدد التثبيتات | 44 |
النسخة الحالية | 1.1 |
آخر تحديث | 2023-11-21 |
تاريخ النشر | 2023-01-02 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | bwiitdev |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Caesar Cipher", "description": "Encrypts and decrypts messages using the Caesar Cipher encryption technique.", "version": "1.1", "author": "Brandon Wiitanen, Spencer Wiitanen", "action": { "default_popup": "index.html", "default_title": "Caesar Cipher" }, "icons": { "16": "images\/caesar.png", "32": "images\/caesar.png", "48": "images\/caesar.png", "128": "images\/caesar.png" } } |