Files
crypto-tools/xor23form.htm
T
2026-04-07 19:41:40 +02:00

12 lines
328 B
HTML

<html>
<body>
<form action="xor23.php" method="get">
component #1: <input type="text" name="comp1" size="64" maxlenght="64"><br>
component #2: <input type="text" name="comp2" size="64" maxlenght="64"><br>
component #3: <input type="text" name="comp3" size="64" maxlenght="64"><br>
<input type="submit">
</form>
</body>
</html>