Security of data submitted by users
Moderators: Jon, Steve, Ian, Dave
- Vanessa
- Forum Admin
- Posts: 34
- Joined: Thu Sep 06, 2007 4:23 pm
- Location: Sandy, UK
- Contact:
Security of data submitted by users
I was wondering whether you have any technique for securing data submitted by users? A typical example is credit card details. We have requirements where we want members of the public to be able to pay for services via eforms. I would appreciate if you could give me some pointers/examples.
0 x
- Vanessa
- Forum Admin
- Posts: 34
- Joined: Thu Sep 06, 2007 4:23 pm
- Location: Sandy, UK
- Contact:
There are a few things you should consider.
Firstly take a look at the Ebase Secure Forms page of the online help documentation. When dealing with sensitive information like credit cards, you should have a secure HTTPS connection.
It is much more involved than the information in the online help documentation. That simply runs the form using HTTPS instead of HTTP. You still need to configure the application server and request a certificate.
Secondly, if you intend to store credit card information, there is a function 'encrypt' that allows you to encrypt/decrypt the data.
Lastly, for validation purposes, Ebase provides a credit card validator that checks the validity of the number in terms of being in the correct format
Firstly take a look at the Ebase Secure Forms page of the online help documentation. When dealing with sensitive information like credit cards, you should have a secure HTTPS connection.
It is much more involved than the information in the online help documentation. That simply runs the form using HTTPS instead of HTTP. You still need to configure the application server and request a certificate.
Secondly, if you intend to store credit card information, there is a function 'encrypt' that allows you to encrypt/decrypt the data.
Lastly, for validation purposes, Ebase provides a credit card validator that checks the validity of the number in terms of being in the correct format
0 x
Who is online
Users browsing this forum: No registered users and 3 guests