mixalic,
не могу понять захожу по этой ссылке
http://encrypt.mixalic.ru/core/interface/des.html
открываю исходный код и вижу
<html>
<head>
<title>DES</title>
</head>
<body>
<h2>DES</h2>
<div>
<form action="/core/des_c.php" method="POST" target="_blank">
<fieldset id="fieldset">
<legend>Шифрование</legend>
<label>Введите слово:</label>
<input type="text" maxlength="4" style="width:60" name="word" />
<br /><br />
<label>Введите ключ:</label>
<input type="text" maxlength="4" style="width:60" name="key_c" />
<br />
<p>
<button type="submit">Зашифровать</button>
<button type="reset">Очистить</button>
</p>
</fieldset>
</form>
<form action="/core/des_d.php" method="POST" target="_blank">
<fieldset id="fieldset">
<legend>Дешифрование</legend>
<label for="word">Введите слово:</label>
<input type="text" maxlength="2" style="width:30" name="hex1" />
<input type="text" maxlength="2" style="width:30" name="hex2" />
<input type="text" maxlength="2" style="width:30" name="hex3" />
<input type="text" maxlength="2" style="width:30" name="hex4" /><br /><br />
<label for="hex 1">Введите ключ:</label>
<input type="text" maxlength="4" style="width:60" name="key_d" />
<br />
<p>
<button type="submit">Зашифровать</button>
<button type="reset">Очистить</button>
</p>
</fieldset>
</form>
</div>
</body>
</html>
где тут мета?