PHP Classes

File: src/config/keyring.json

Recommend this page to a friend!
  Classes of Scott Arciszewski   CMS Airship   src/config/keyring.json   Download  
File: src/config/keyring.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CMS Airship
Content management system with security features
Author: By
Last change: Tie password reset tokens into a secret key.
Date: 7 years ago
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" } }