PHP Classes

File: src/config/keyring.json

Recommend this page to a friend!
  Classes of Scott Arciszewski   CMS Airship   ???   Download  
File: src/config/???
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CMS Airship
Content management system with security features
Author: By
Last change: Update of src/config/keyring.json
Date: Yesterday
Size: 485 bytes
 

Contents

Class file image Download
{ "cache.hash_key": { "type": "AuthenticationKey", "file": "cache.skey" }, "auth.password_key": { "type": "EncryptionKey", "file": "password_encryption.skey" }, "auth.recovery_key": { "type": "AuthenticationKey", "file": "recovery_token.skey" }, "cookie.encrypt_key": { "type": "EncryptionKey", "file": "cookie_encryption.skey" }, "notary.online_signing_key": { "type": "SignatureSecretKey", "file": "notary_signing.skey" } }