While this project already provides symmetric pgp encryption, it lacks a way to encrypt backups asymmetric.
Therefore this pull request provides that functionality.
Therefore the encryptArchive function has been changed. All changes have been tested and documented.
I have not done much programming in Golang in the last year. Suggestions for improvement are welcome.
While this project already provides symmetric pgp encryption, it lacks a way to encrypt backups asymmetric. Therefore this pull request provides that functionality.
Therefore the
encryptArchive
function has been changed. All changes have been tested and documented.I have not done much programming in Golang in the last year. Suggestions for improvement are welcome.