Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F19081917
PassphraseSecret.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
305 B
Referenced Files
None
Subscribers
None
PassphraseSecret.php
View Options
<?php
final
class
PassphraseSecret
extends
PassphraseDAO
{
protected
$secretData
;
protected
function
getConfiguration
()
{
return
array
(
self
::
CONFIG_TIMESTAMPS
=>
false
,
self
::
CONFIG_BINARY
=>
array
(
'secretData'
=>
true
,
),
)
+
parent
::
getConfiguration
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Dec 4, 8:44 AM (1 d, 21 h)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8329329
Default Alt Text
PassphraseSecret.php (305 B)
Attached To
Mode
rP Phabricator
Attached
Detach File
Event Timeline
Log In to Comment