Also known as Caesar's cipher, shift cipher, Caesar's code, Caesar shift
加密技术
A Caesar cipher is a simple encryption technique that shifts each letter in a message by a fixed number of positions in the alphabet, making the text unreadable without knowing the shift amount. It matters as a foundational example in cryptography that illustrates basic principles of how information can be scrambled and unscrambled, though it's too simple to provide real security by modern standards.
AI-generated from the Wikipedia summary — may contain errors.
凯撒密码(英語:Caesar cipher),或稱凯撒加密、凯撒变换、变换加密,是一种最简单且最广为人知的加密技术。凯撒密码是一种替换加密技术,明文中的所有字母都在字母表上向後(或向前)按照一个固定数目进行偏移後被替换成密文。例如,当偏移量是3的时候,所有的字母A将被替换成D,B变成E,以此类推。这个加密方法是以羅馬共和時期凱撒的名字命名的,據稱当年凱撒曾用此方法与其将军们进行联系。 凯撒密码通常被作为其他更复杂的加密方法中的一个步骤,例如维吉尼亚密码。凯撒密码还在现代的ROT13系统中被应用。但是和所有的利用字母表进行替换的加密技术一样,凯撒密码非常容易被破解,而且在实际应用中也无法保证通信安全。
Abstract from DBpedia / Wikipedia · CC BY-SA
via Wikidata sitelinks · CC0
Discovered by embedding cosine similarity (sentence-transformers MiniLM, 384-dim).