I am really excited about our new feature that makes forms much more secure using public/private key encryption.<p>Here is how it works:<p>1. You give us your public key (or we can generate public/private keys for you on your browser using JavaScript)<p>2. Before someone submits a form we encrypt the data<p>3. The data is saved encrypted in our database<p>4. When you see your data, you provide your private key which is used on the browser to decrypt the data. (the private key is never sent to our servers)