diff --git a/index.html b/index.html
index f4c4813..5bda51b 100644
--- a/index.html
+++ b/index.html
@@ -70,7 +70,7 @@
-
+
@@ -235,7 +235,7 @@
-
+
@@ -505,7 +505,7 @@
-
+
@@ -703,11 +703,11 @@
-
+
-
+
@@ -719,11 +719,11 @@
-
+
-
+
@@ -1489,7 +1489,7 @@ function updateSpKid() {
}
function updateKeyPlaceholder(prefix, algNib) {
const keyLen = {1: 8, 5: 16, 9: 24, 0xD: 8}[algNib] || 8;
- document.getElementById('sp-' + prefix + '-key').placeholder = keyLen + 'B key (' + (keyLen * 2) + ' hex)';
+ document.getElementById('sp-' + prefix + '-key').placeholder = keyLen + ' bytes key';
}
// ===== DES / 3DES using des.js library (bundled as des-bundle.js) =====