This commit is contained in:
parent
a247271021
commit
8a4174c6e7
@ -62,7 +62,7 @@ class NetWrapper:
|
||||
cipherkey = dh.gen_shared_key(serverpubkey).encode('UTF-8')
|
||||
hasher = SHA512.new()
|
||||
hasher.update(cipherkey)
|
||||
self.cipherkey = hasher.hexdigest()[:32]
|
||||
self.cipherkey = (hasher.hexdigest()[:32]).encode('UTF-8')
|
||||
|
||||
def authenticate(self, password: str):
|
||||
message = f"LIN {self.username} {password}".encode('UTF-8')
|
||||
|
Loading…
Reference in New Issue
Block a user