Caesar Cipher
Encrypts and decrypts messages using the Caesar Cipher encryption technique.
什么是Caesar Cipher?
Caesar Cipher是由bwiitdev开发的Chrome扩展程序,该扩展的主要功能是“Encrypts and decrypts messages using the Caesar Cipher encryption technique.”。
扩展截图
下载Caesar Cipher扩展crx文件
下载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" } } |