Skip to content

Releases: placetopay/php-gnupg

Improve testing

13 Oct 21:06
9074d06
Compare
Choose a tag to compare
Merge pull request #5 from herodez/feature/php8-support

feat: Add support for php8

Sign or not sign on Encrypt?

13 Mar 18:54
Compare
Choose a tag to compare

Added a new parameter for encrypt and encryptFile to allow control if sign is required or not.
By default the behaviour is the same before add parameter.

Argument validations

03 Mar 03:23
Compare
Choose a tag to compare
  • Added exceptions on argument failures

Valentine's gift

28 Feb 20:26
Compare
Choose a tag to compare
  • Implemented decryptFile
  • Added fingerprint to the listKeys method
  • Escaped shell arguments and command
  • Implemented better test coverage
  • Updated PHPUnit dependencies