Feature: do not store the passwrd as plain text but instead use a public key generated on server side
This commit is contained in:
@@ -38,6 +38,8 @@ public interface Gui {
|
||||
|
||||
public void AddFrameRendered();
|
||||
|
||||
public void successfulAuthenticationEvent(String publickey);
|
||||
|
||||
public void setClient(Client cli);
|
||||
|
||||
public void setComputeMethod(String computeMethod_);
|
||||
|
||||
Reference in New Issue
Block a user