Page MenuHomePhabricator

PassphraseSecret.php
No OneTemporary

PassphraseSecret.php

<?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

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)

Event Timeline