Console: Mark LS1 encrypted leasesets as deprecated

also add notes to javadocs for the KeyRing class used to store the keys
This commit is contained in:
zzz
2026-03-13 09:10:16 -04:00
parent 4ebd92445d
commit d5e8cf07bb
7 changed files with 27 additions and 7 deletions
@@ -94,7 +94,7 @@ public class ConfigKeyringHelper extends HelperBase {
}
buf.append("</td><td>");
if (!local)
buf.append(_t("Encrypted")).append(" (AES)</td><td>");
buf.append(_t("Encrypted")).append(" (Deprecated LS1 AES)</td><td>");
SessionKey sk = e.getValue();
buf.append(sk.toBase64());
if (!local)