mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-06-04 02:11:35 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user