PGP - 1234max/multivendorbitcoinmart GitHub Wiki
PGP
The used GnuPG-Library for PHP uses the current user's keyring for its actions. To make sure we always have a pristine keyring, prior to every action a new keyring is created in sys_get_tempdir()
. Although there is a locking mechanism implemented, it should be tested before for any concurrency issues (Source).