mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-06 08:25:57 -04:00
Updated readme and fixed typos
This commit is contained in:
parent
843c1a77b7
commit
4ffe4482d3
4 changed files with 701 additions and 380 deletions
|
@ -437,6 +437,7 @@ class Link:
|
|||
if self.__encryption_disabled:
|
||||
return plaintext
|
||||
try:
|
||||
# TODO: Optimise this re-allocation
|
||||
fernet = Fernet(base64.urlsafe_b64encode(self.derived_key))
|
||||
ciphertext = base64.urlsafe_b64decode(fernet.encrypt(plaintext))
|
||||
return ciphertext
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue