Page MenuHomePhorge

pgp.php
No OneTemporary

Authored By
Unknown
Size
390 B
Referenced Files
None
Subscribers
None
<?php
return [
// Enables PGP keypair generation on user creation
'enable' => env('PGP_ENABLE', false),
// gpg binary location
'binary' => env('PGP_BINARY'),
// gpg-agent location
'agent' => env('PGP_AGENT'),
// gpgconf location
'gpgconf' => env('PGP_GPGCONF'),
// Default size of the new RSA key
'length' => (int) env('PGP_LENGTH', 3072),
];

File Metadata

Mime Type
text/x-php
Expires
Fri, Apr 24, 2:11 PM (1 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
27/80/8fd29d1e928f600677ad7369222a
Default Alt Text
pgp.php (390 B)

Event Timeline