An Encryption Property Editor for Umbraco by Busra Parnell from Front Page LTD. Glasgow
For Umbraco 8 use the latest version, currently 1.0.0
This property editor creates a text box property editor with built-in encryption function. Displays the decrypted data.
After downloading please create a data type for encryption or hashing. If your data type is for hashing please remember that it's irreversible encryption and you will not be seeing the decrypted version of the property.
To use it on your site, you need to use a random of 64 character long KEY and a random of 32 characters long IV value. You will find them saved in /App_Plugins/EncryptionPropertyEditor/encryption.controller.js
This package uses API calls but API Controller itself is not released with the package. When your Package does API calls to encrypt and decrypt data, please DO NOT change pw value in the URLs.
To see the encrypted version, there's another field right next to the plain text area. You can disable it with only adding display="hidden" in the second input field in /App_Plugins/EncryptionPropertyEditor/encryption.html