2 votes

Encryption Property Editor

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

Screenshots

Package owner

Busra Sengul

Busra Sengul

Busra has 112 karma points

Package Compatibility

This package is compatible with the following versions as reported by community members who have downloaded this package:
Untested or doesn't work on Umbraco Cloud
Version 8.18.x (untested)

You must login before you can report on package compatibility.

Previously reported to work on versions: 8.5.x, 8.4.x, 8.3.x, 8.2.x, 8.1.x, 8.0.x

Package Information

  • Package owner: Busra Sengul
  • Created: 13/03/2020
  • Current version 1.0.0
  • .NET version 4.7.2
  • License MIT
  • Downloads on Our: 73

External resources