<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Is the data encrypted in the database?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/is-the-data-encrypted-in-the-database</link>
		<description>Gravity Support Forums Topic: Is the data encrypted in the database?</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 14:00:44 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/is-the-data-encrypted-in-the-database" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Is the data encrypted in the database?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-the-data-encrypted-in-the-database#post-208907</link>
			<pubDate>Sat, 13 Apr 2013 23:16:50 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">208907@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There are two fields in the Gravity Forms tables which will be used to store submitted values.  One is in the $wpdb-&#38;gt;rg_lead_detail table, the value field, and it is limited to VARCHAR 200 characters, by design. This is to prevent loading extremely long values in the admin.  So that field will hold a substring of the submitted value.  I don't think that is going to cause you a problem.&#60;/p&#62;
&#60;p&#62;The other field is in the $wpdb-&#38;gt;rg_lead_detail_long, also the &#60;strong&#62;value&#60;/strong&#62; field.  That is defined as LONGTEXT, which, in MySQL is something like 4GB. This is a MySQL limitation, not anything built in to Gravity Forms.&#60;/p&#62;
&#60;p&#62;I would test the length of the encrypted values , depending on which encryption you use, and what length key you use with your encryption.  I don't think they will be anywhere near 4GB in length, so I think you are going to be fine.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Yaron Levi on "Is the data encrypted in the database?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-the-data-encrypted-in-the-database#post-207262</link>
			<pubDate>Fri, 12 Apr 2013 13:57:45 +0000</pubDate>
			<dc:creator>Yaron Levi</dc:creator>
			<guid isPermaLink="false">207262@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I plan on using MCRYPT_RIJNDAEL_128 or MCRYPT_RIJNDAEL_256;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Is the data encrypted in the database?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-the-data-encrypted-in-the-database#post-207260</link>
			<pubDate>Fri, 12 Apr 2013 13:55:55 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">207260@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You'll want to check the database schema to make sure it fits however long your encrypted strings are. I don't know what encryption you are using, so I can't comment.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Yaron Levi on "Is the data encrypted in the database?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-the-data-encrypted-in-the-database#post-207258</link>
			<pubDate>Fri, 12 Apr 2013 13:52:06 +0000</pubDate>
			<dc:creator>Yaron Levi</dc:creator>
			<guid isPermaLink="false">207258@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for the reply, are the fields in the database big enough to stored an encrypted value? or will I need to change the field in the database too?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Is the data encrypted in the database?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-the-data-encrypted-in-the-database#post-207111</link>
			<pubDate>Fri, 12 Apr 2013 11:43:40 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">207111@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We do not have any built-in data encryption, but using our hooks you can set up such a thing. We do have encoding, but that's not the same - &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_save_field_value&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_save_field_value&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_get_field_value&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_get_field_value&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You could use &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_pre_submission&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_pre_submission&#60;/a&#62; to encrypt it the way you want, and you would have to create your own decryption as well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Yaron Levi on "Is the data encrypted in the database?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-the-data-encrypted-in-the-database#post-207071</link>
			<pubDate>Fri, 12 Apr 2013 11:21:49 +0000</pubDate>
			<dc:creator>Yaron Levi</dc:creator>
			<guid isPermaLink="false">207071@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am considering buying this plugin, but one of the most important features I am looking for is encryption of the data in the database. is it supported?&#60;/p&#62;
&#60;p&#62;for example: I would like to collect information from the user like Social Security Number, I noticed it is possible to configure a text field to have SSN input mask. Is it possible to specify that the field will be sotred encrypted? Also, when I retrieve the information I need to decrypt it.&#60;/p&#62;
&#60;p&#62;If you can provide me some documentation / information on the encryption / decryption that is supported by the plugin that will be really helpful&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
YL
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
