feat: add signature encoding, auto-detect base on decode, and show notification

This commit is contained in:
2026-09-12 16:11:24 -07:00
parent f15ae68669
commit c5c4daa300
14 changed files with 76 additions and 24 deletions

View File

@@ -6,7 +6,7 @@
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="overbar"><p>inØsight 2.2.1<a id="homepage" href="https://github.com/planetrenox/inzerosight" target="_blank" rel="noopener">source</a></p></div>
<div id="overbar"><p>inØsight 2.2.1<span id="sigDetect"></span><a id="homepage" href="https://github.com/planetrenox/inzerosight" target="_blank" rel="noopener">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"/>