By default, PGPCore uses TripleDES for symmetric encryption.
TripleDES is being deprecated by some security instutions, like NIST and AES is a (superior?) successor to TripleDES.
Ideally, something like AES should be the default. However, changing the default would introduce a breaking change. I would suggest to at least update the docs to warn against TripleDES.
By default, PGPCore uses TripleDES for symmetric encryption.
TripleDES is being deprecated by some security instutions, like NIST and AES is a (superior?) successor to TripleDES.
Ideally, something like AES should be the default. However, changing the default would introduce a breaking change. I would suggest to at least update the docs to warn against TripleDES.