This commit is contained in:
parent
149c206830
commit
c5d4859326
@ -123,7 +123,7 @@ class Authetication:
|
|||||||
dictionary = dict()
|
dictionary = dict()
|
||||||
|
|
||||||
for user in data['user']:
|
for user in data['user']:
|
||||||
key = data['publicKey']
|
key = user['publicKey']
|
||||||
key = bytes.fromhex(key)
|
key = bytes.fromhex(key)
|
||||||
try:
|
try:
|
||||||
rsaKey = RSA.import_key(key)
|
rsaKey = RSA.import_key(key)
|
||||||
|
Loading…
Reference in New Issue
Block a user