pgp-encryption
pgp-encryption copied to clipboard
Encryption is slow with armoredoutputstream
Awesome code you've made but I've noticed when encrypting the file with ARMOR ON, it was reeeeally slow. Resolved it by wrapping the OutputStream into BufferedOutputStream before wrapping to ArmoredOutputStream. In my test case 20min turned into 8s with about 100mb file.