Open Voker57 opened 8 years ago
With crypto.encrypt(sign: true), library encrypts the data, then seeks to 0 and signs it. This is problematic when working with pipes for example. gpg2 executable is able to perform encryption and signing in one pass.
With crypto.encrypt(sign: true), library encrypts the data, then seeks to 0 and signs it. This is problematic when working with pipes for example. gpg2 executable is able to perform encryption and signing in one pass.