Title: Remove Encryption From Product Fields
Last modified: August 31, 2016

---

# Remove Encryption From Product Fields

 *  [loudivers](https://wordpress.org/support/users/loudivers/)
 * (@loudivers)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-encryption-from-product-fields/)
 * Plugin works great. Noticed that it does not work with paypal though. Is there
   a simple snippet I can drop in to the plugin file to remove encryption for all
   product fields?
 * [https://wordpress.org/plugins/gravitate-encryption/](https://wordpress.org/plugins/gravitate-encryption/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Author [Gravitate](https://wordpress.org/support/users/gravitate/)
 * (@gravitate)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-encryption-from-product-fields/#post-7135975)
 * Sorry, we don’t have that feature at this time.
    It is on the list of todo’s.
   Unfortunately, we just haven’t had time to implement them for some time.
 *  Thread Starter [loudivers](https://wordpress.org/support/users/loudivers/)
 * (@loudivers)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-encryption-from-product-fields/#post-7135978)
 * Thanks for the reply, I understand. I would definitely pay for a premium version
   of this plugin with the added features.
 * How can I decrypt everything and deactivate the plugin for now? It’s messing 
   up the price being sent to paypal and I need to get rid of this ASAP. Is it as
   simple as dropping this in my functions.php
 * To decrypt data use this PHP code:
 * ~if(class_exists(‘GDS_Encryption_Class’))
    { echo GDS_Encryption_Class::decrypt(‘
   enx2:JKM3FFR4WP5HN6SG0C4ZAIF5K7H’); }
 *  Plugin Author [Gravitate](https://wordpress.org/support/users/gravitate/)
 * (@gravitate)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-encryption-from-product-fields/#post-7135990)
 * Yep.
    Unfortunately, you would need to do that through code. There isn’t a feature
   to decrypt all data. You would need to loop through all the entries and decrypt
   the values.
 *  [marlybob](https://wordpress.org/support/users/marlybob/)
 * (@marlybob)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/remove-encryption-from-product-fields/#post-7136334)
 * HI, i would also be interested in a premium version of this plugin if it allowed
   me to designate which fields were encrypted and which were not.
 *  [brettv](https://wordpress.org/support/users/brettv/)
 * (@brettv)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/remove-encryption-from-product-fields/#post-7136352)
 * I have done quite a fair amount of additional customization work with this plugin
   and how it works with Gravity Forms. I happen to have built this exact feature
   which extends GF with an Advanced tab selector to either encrypt the stored data
   for a field or not, along with several other features including file storage 
   encryption on-the-fly, improvements to hiding the encryption method, and an attempt
   at making the database stored GF encrypted data far less useful if someone gets
   it.
 * In it’s current state, with symmetric encryption, the key is stored in the wp_options
   table. And the code for running the decryption routines are obviously right here…
   so I worked around that a bit.
 * If the plugin author is willing, perhaps we could open it up and co-author / 
   co-support it? I would consider adopting it too.
 * I would have to spend a bit of time pulling all my changes together and getting
   them in shape for sharing though. 🙂
 *  [neil rowe](https://wordpress.org/support/users/neil-rowe/)
 * (@neil-rowe)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/remove-encryption-from-product-fields/#post-8381375)
 * Check out Gravity Forms Encrypted Fields
    You can just encrypt only the field
   data you want with a lot of other options and security.
 * [https://codecanyon.net/item/gravity-forms-encrypted-fields/18564931](https://codecanyon.net/item/gravity-forms-encrypted-fields/18564931)

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Remove Encryption From Product Fields’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/gravitate-encryption_414244.svg)
 * [Gravitate Encryption](https://wordpress.org/plugins/gravitate-encryption/)
 * [Support Threads](https://wordpress.org/support/plugin/gravitate-encryption/)
 * [Active Topics](https://wordpress.org/support/plugin/gravitate-encryption/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gravitate-encryption/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gravitate-encryption/reviews/)

## Tags

 * [paypal](https://wordpress.org/support/topic-tag/paypal/)

 * 6 replies
 * 5 participants
 * Last reply from: [neil rowe](https://wordpress.org/support/users/neil-rowe/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/remove-encryption-from-product-fields/#post-8381375)
 * Status: not resolved