bitwasp / pinentry
Interface to gpgtools pinentry for PHP applications
v0.1.0
2018-12-22 16:28 UTC
Requires (Dev)
- infection/infection: ^0.8.2
- phpstan/phpstan: ^0.9.2
- phpunit/phpunit: ^6.0.0
- squizlabs/php_codesniffer: ^3.2
This package is auto-updated.
Last update: 2024-10-23 06:12:20 UTC
README
This package allows PHP command line applications to prompt
users for a passphrase / pin using the gpgtools pinentry
program.
https://www.gnupg.org/related_software/pinentry/index.html
The PinRequest class allows passphrase requests to be parameterized (messages, titles, button text), or to request a confirmation password also.