|
|
|
How secure for credit card info , SSL
|
|
Date: 2006/01/05 03:54
|
By: jamijares
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 6 |   | |
|
How secure is the information captured through CB forms?
Can it be used to capture and store Credit card Info for a suscription based site?
Can it be encrypted with another app?
Any suggestions if CB is appropriate or on any other application to create a suscription based business info site registration form will be appreciated.
|
|
The administrator has disabled public write access. |
|
|
|
Re:How secure for credit card info , SSL
|
|
Date: 2006/01/07 05:24
|
By: mikko
|
Status: User
|
|
|
Karma: 107  
|
|
Platinum Joomlapolitan  | Posts: 2230 |   | |
|
You can run CB over SSL to make it secure. All data is stored un encrypted on the server. If you explain your apllication, people can give you better support.
mikko My FREE plugins: List Tab, Conditions, Extended Selects, ReadPDF, Consolidated Tab, Privacy Policy, CB Tab Wrapper Module, CB List Wrapper Module, Simple Sort, Filter Columns, Super Search, Advanced Search, Template Switcher. More info and downloads.
Check out a demo of super search and sortable lists.
My commercial plugins: Advanced Profile Control (1.0.6 stable released)
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:How secure for credit card info , SSL
|
|
Date: 2006/01/08 02:25
|
By: jamijares
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 6 |   | |
|
I am developing a suscription (paid) news service based on a joomla news private portal. I neeed the means to capture the suscribers information, comprising general information such as name, address, telephone, email plus payment information sucha as credit card, debit card or check account. I wont be processing the information through PayPal, I will take the information captured from the suscriber data and process it through a PC based electronic transfer provided by our bank. I need a partial "shopping cart" to do the data capture but I dont need the transaction and approval part. I need absolute security to keep the suscribres data not available to hackers. Someone suggested the use of a product called mambocharge which I am evaluating but at first sight looks very complicated to me. I am a designer not a programmer.
All suggestions are welcomed.
Regards
José
|
|
The administrator has disabled public write access. |
|
|
|
Re:How secure for credit card info , SSL
|
|
Date: 2006/01/08 06:46
|
By: mikko
|
Status: User
|
|
|
Karma: 107  
|
|
Platinum Joomlapolitan  | Posts: 2230 |   | |
|
I would not use CB off the box for this. The safest solution would be to secure the data with public key and store it encrypted in the database so that the credit card numbers can be only accessed with proper private key. However, programming this with PHP is quite an advanced task.
Here is a link for getting started with php and data encrypting http://fi2.php.net/manual/en/ref.openssl.php
mikko My FREE plugins: List Tab, Conditions, Extended Selects, ReadPDF, Consolidated Tab, Privacy Policy, CB Tab Wrapper Module, CB List Wrapper Module, Simple Sort, Filter Columns, Super Search, Advanced Search, Template Switcher. More info and downloads.
Check out a demo of super search and sortable lists.
My commercial plugins: Advanced Profile Control (1.0.6 stable released)
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:How secure for credit card info , SSL
|
|
Date: 2006/01/08 10:07
|
By: jamijares
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 6 |   | |
|
Mikko,
Thank you very much for your advice and your time, I will check the info that you sent me and put this in effect
Regards
Jose
|
|
The administrator has disabled public write access. |
|
|