2017 © Pedro Peláez
 

library wizard-fieldpassword

A cms-kit wizard to set a Password to de/encrypt a cryptable Field

image

cmskit/wizard-fieldpassword

A cms-kit wizard to set a Password to de/encrypt a cryptable Field

  • Thursday, November 20, 2014
  • by cmskit
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

cms-kit Wizard Field-Password-Editor

Path: cms-kit/backend/wizards/fieldpassword, (*1)

Description

This Wizard lets you set an individual password for an encryptable field. The field must have a field-name beginning with "c_". Inputs are de/encoded via Blowfish. The password is stored as a session and will be deleted on logout., (*2)

If no password is set, the field is skipped while saving and the encrypted content will not been shown in backend!, (*3)

You can set/define a passord in various ways:, (*4)

  1. The password can be set once per session/field via the wizard "fieldpassword".
  2. There is also another wizard to set one password for all crypted fields! To make it accessible from the backend simply put this into your settings ("Package-Manager">"Project-Extensions">"all">"Configuration"), (*5)

    "wizards": [ { "label": "Field-password", "url": "wizards/fieldpassword/setkey.php?project=%projectName%" } ], (*6)

  3. If you want to define a fixed password (only in trusted surroundings) you can define your password in your settings and define a JSON-Object (Type object) "crypt", witch you have to define an JSON-Object (Type object) with, (*7)

    • your Database-object-name and
    • a JSON-Object (Type string) with your field-name holding your password.

    "crypt": { "objectname": { "c_fieldname": "my_supersecret_password" }, (*8)

    }, (*9)

Installation

manual Installation

  1. download and extract this Folder into backend/wizards/

Installation via package management

The Versions

20/11 2014

dev-master

9999999-dev http://cms-kit.com

A cms-kit wizard to set a Password to de/encrypt a cryptable Field

  Sources   Download

GPL

The Requires

 

by Christoph Taubmann