Ticket #268 (closed enhancement: fixed)

Opened 7 months ago

Last modified 1 month ago

cookiestorage plugin - New settings 'cookiestorage_encryption_seed' , so value encryption/decryption will be used.

Reported by: sullah Assigned to: sullah
Priority: normal Milestone: 2.6.0
Component: Plugin Cookiestorage Version:
Severity: normal Keywords:
Cc:

Description

It would be nice, if cookie value to be encrypted/decrypted by cookiestorage plugin.

encryption-key : <setting name="encryption" value="fastesttool">

or ...?

Change History

10/17/07 15:50:50 changed by lmajano

  • type changed from defect to ideas.
  • version deleted.
  • component changed from ANTScripts to Plugin Cookiestorage.

03/17/08 12:36:54 changed by lmajano

  • type changed from ideas to enhancement.
  • summary changed from cookie value encryption to cookiestorage plugin - New settings 'cookiestorage_encryption_seed' , so value encryption/decryption will be used..

This is an interesting feature Sana. I believe we can set some settings for the plugin in the configuration file that the developer can use for the cookiestorage tool. This encryption sounds very good. The developer can place an encryption seed in the configuration file, the cookie storage reads it and uses it, else its unencrypted values. I like it.

03/26/08 07:51:36 changed by sullah

  • status changed from new to assigned.
  • owner changed from lmajano to sullah.

Added support for encryption. If no encryption key defined then use default encryption key.

  • CFMX : "CFMX_COMPAT"
  • BD : "BD_DEFAULT"
  • Railo: "CFMX_COMPAT"
<YourSettings>
<Setting name="cookiestorage_encryption_seed" value="MyCookieKey" />
</YourSettings>

this encryption is formated as Hex values, so values are safe to store in cookies.

04/07/08 00:05:42 changed by lmajano

  • status changed from assigned to closed.
  • resolution set to fixed.

Copyright 2006 ColdBox Framework by Luis Majano