Open viceice opened 9 months ago
We planned already to drop openpgp because of license issue. Now with latest node version the default encryption is broken.
We should switch do a more modern build-in encryption. Eg: ECDH asymetric key and derived AES-GCM key.
ECDH
AES-GCM
I'll soon add some code samples to renovate codebase
Is this still a thing we want to do?
probably yes, but prio is reduced since we switched the pgp library
Describe the proposed change(s).
We planned already to drop openpgp because of license issue. Now with latest node version the default encryption is broken.
We should switch do a more modern build-in encryption. Eg:
ECDH
asymetric key and derivedAES-GCM
key.I'll soon add some code samples to renovate codebase
27355
27375