- Обо мне
-
- Стоимость работы:
- от 1 000 руб. за час
- Профессиональный опыт:
- менее года
- Форма собственности:
- Физ. лицо
- Способы оплаты:
- электронные деньги
<!-- Created by Madhav-->
<!DOCTYPE html>
<html>
<head>
<title>CAESAR CIPHER</title>
</head>
<body bgcolor="cyan">
<div id="info">
<div class="icon" id="see"
onclick="document.getElementById('ab').style.visibility='visible',document.getElementById('see').style.visibility='hidden',document.getElementById('nosee').style.visibility='visible'"><i class="fas fa-info"></i></div>
<div class="icon" id="nosee"
onclick="document.getElementById('ab').style.visibility='hidden',document.getElementById('see').style.visibility='visible',document.getElementById('nosee').style.visibility='hidden'" ><i class="fas fa-times"></i></i></i></div>
</div> <div id="ab">
<h3>Julius Caesar</h3>
<div id="abj" >
<center><img
<p>The <i>Caesar cipher</i> is named after Julius Caesar, who, according to <b>Suetonius</b>, used it with a shift of <b><i>three</i></b> to protect messages of military significance. While Caesar's was the first recorded use of this scheme, other substitution ciphers are known to have been used earlier. <br> <br>
<i>"If he had anything confidential to say, he wrote it in cipher, that is, by so changing the order of the letters of the alphabet, that not a word could be made out. If anyone wishes to decipher these, and get at their meaning, he must substitute the fourth letter of the alphabet, namely D, for A, and so with the others."
</i><center><b><i>-Suetonius</i></b></center><br><small>Source : From Wikipedia</small>
</p>
</div>
</div>
<div id="top" class="section" >
alt="logo"/>
<div> <h2><b><u>CAESAR CIPHER</u></b></h2>
</div></div></a>
<center><pre align="center"><input type="text" id="input"placeholder="Enter a string" ></center><br>
<div id="shift"><b>SHIFT BY : </b><input type="number" id="key" value = "1" /></div>
<div class="function">
<div class="fun" onclick="encrypt()" >Encrypt</div>
<div class="fun" onclick="decrypt()">Decrypt</div>
</div>
<div id="output" ></div>
<div id="modal" >
<div class="close" onclick="document.getElementById('modal').style.visibility='hidden',document.getElementById('image_modal').style.animation= 'none';">×</div>
<imgid="image_modal" />
</div>
<script>
function modal(i){var img = document.getElementsByTagName('img')[i]; document.getElementById('image_modal').src=img.src;
document.getElementById('image_modal').style.animation= 'zoom 1s ease'; document.getElementById('modal').style.visibility='visible'}
</script>
</body>
</html>
- Ключевые навыки
- Отзывы
Нет отзывов