fixed forward secrecy and delete keys
This commit is contained in:
parent
c0707a10f9
commit
c0c5061f1e
6 changed files with 60 additions and 16 deletions
|
|
@ -670,7 +670,7 @@ class Core:
|
|||
except AttributeError:
|
||||
pass
|
||||
|
||||
if encryptType == 'sym':
|
||||
if encryptType == 'asym':
|
||||
try:
|
||||
forwardEncrypted = onionrusers.OnionrUser(self, asymPeer).forwardEncrypt(data)
|
||||
data = forwardEncrypted[0]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue