SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
Thread: How to Secure data transfer ?
-
May 4, 2009, 05:43 #1
- Join Date
- Nov 2005
- Location
- Karachi - Pakistan
- Posts
- 1,134
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
How to Secure data transfer ?
Hello
I am working with a client on a project. The project is simple FORM to Database thing, that make use of AJAX. We want the data to be transferred to the database SECURELY.
I need to know what are the steps to ensure that ? I know that by using the SSL, we can do that. What are the other ways that we can use with SSL ?
Also, we want that the data must be stored ENCRYPTED in the database, please guide me know how to do that.
Thanks & Best Regards
Zeeshan Hashmi
-
May 4, 2009, 07:02 #2
- Join Date
- Jan 2005
- Location
- heaven
- Posts
- 953
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Its simply a matter of installing the SSL Certificate -- for specific installation instructions you would have to contact your web host -- and ensuring that all trafic to the script is being sent through the encrypted channel.
Creativity knows no other restraint than the
confines of a small mind. - Me
Geekly Humor
Oh baby! Check out the design patterns on that framework!
-
May 4, 2009, 07:45 #3
- Join Date
- Apr 2008
- Location
- North Carolina
- Posts
- 438
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
As for storing encrypted data, do a search through these forums, those forums, and Google. There are many topics on it.
[read: PHP Sec. | CSRF | PCRE Mods | Encryption | Form Proc. | File Val.]
[tools: PHPEd | PHP Docs | jQuery | CI | SwiftMailer | CKEditor | reCAPTCHA]
Bookmarks