Feat: Update cipher dropdown to SPECK48_96CTR

This commit is contained in:
2026-03-10 21:22:11 -07:00
parent a341f8d49a
commit 70402d9e30

View File

@@ -6,7 +6,7 @@
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="overbar"><p>inØsight 2.2.0<a id="homepage" href="https://github.com/planetrenox/inzerosight">source</a></p></div>
<div id="overbar"><p>inØsight 2.3.0<a id="homepage" href="https://github.com/planetrenox/inzerosight">source</a></p></div>
<textarea id="textarea" placeholder="input text here..."></textarea>
<input id="encodeButton" type="button" name="button" value="encode to clipboard"/>
<input id="decodeButton" type="button" name="button" value="decode from text"/>
@@ -20,7 +20,7 @@
<select id="cipher">
<optgroup label="Encryption">
<option>PLAIN</option>
<option>SPECK32_64CTR</option>
<option>SPECK48_96CTR</option>
<option>SPECK32_64ECB (insecure)</option>
</optgroup>
</select>