Feature: do not store the passwrd as plain text but instead use a public key generated on server side

This commit is contained in:
Laurent Clouet
2019-08-22 21:35:26 +02:00
parent e044c35ad7
commit 72462b88c7
7 changed files with 46 additions and 2 deletions

View File

@@ -158,6 +158,11 @@ public class GuiTextOneLine implements Gui {
return client;
}
@Override
public void successfulAuthenticationEvent(String publickey) {
}
private void updateLine() {
int charToRemove = line.length();