half way done with encryption plugin, fixed encryption bug in onionrcrypto when using non anonymous encryption
This commit is contained in:
parent
fbd82d38fe
commit
220fda02ce
3 changed files with 5 additions and 3 deletions
|
|
@ -732,6 +732,7 @@ class Core:
|
|||
onionrusers.OnionrUser(self, asymPeer).generateForwardKey()
|
||||
else:
|
||||
logger.info(forwardEncrypted)
|
||||
onionrusers.OnionrUser(self, asymPeer).generateForwardKey()
|
||||
fsKey = onionrusers.OnionrUser(self, asymPeer).getGeneratedForwardKeys()[0]
|
||||
meta['newFSKey'] = fsKey[0]
|
||||
jsonMeta = json.dumps(meta)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue