mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
removed the encryption logic.
This commit is contained in:
parent
ab41a708e9
commit
8fbb31a928
@ -17,16 +17,3 @@ class GnuPG:
|
|||||||
passphrase = settings.PASSPHRASE
|
passphrase = settings.PASSPHRASE
|
||||||
|
|
||||||
return cls.gpg.decrypt_file(file_handle, passphrase=passphrase).data
|
return cls.gpg.decrypt_file(file_handle, passphrase=passphrase).data
|
||||||
|
|
||||||
@classmethod
|
|
||||||
def encrypted(cls, file_handle, passphrase=None):
|
|
||||||
|
|
||||||
if not passphrase:
|
|
||||||
passphrase = settings.PASSPHRASE
|
|
||||||
|
|
||||||
return cls.gpg.encrypt_file(
|
|
||||||
file_handle,
|
|
||||||
recipients=None,
|
|
||||||
passphrase=passphrase,
|
|
||||||
symmetric=True
|
|
||||||
).data
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user