Skip to content
1234MAX edited this page May 31, 2016 · 2 revisions

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).