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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" } } |