dev-master
9999999-dev http://cms-kit.comA cms-kit wizard to set a Password to de/encrypt a cryptable Field
GPL
The Requires
by Christoph Taubmann
Wallogit.com
2017 © Pedro Peláez
A cms-kit wizard to set a Password to de/encrypt a cryptable Field
Path: cms-kit/backend/wizards/fieldpassword, (*1)
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)
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)
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)
"crypt": { "objectname": { "c_fieldname": "my_supersecret_password" }, (*8)
}, (*9)
A cms-kit wizard to set a Password to de/encrypt a cryptable Field
GPL