how handle the things with security

E

eswarjava

i am developing one Banking Project,

i want some more security while handling the
credit & debit card number
if any one know solution means. plz can u help

how can handle the things with security

what are the ways available
 
R

Roedy Green

i want some more security while handling the
credit & debit card number
if any one know solution means. plz can u help

The lightweight solution is to use The Transporter see
http://mindprod.com/jgloss/transporter.html
It does not need the Java JCE library installed.

The heavyweight way is to use JCE. JCE is bundled with JRE 6
but used to require separate manual installation.
 
D

Daniel Pitts

Roedy said:
The lightweight solution is to use The Transporter see
http://mindprod.com/jgloss/transporter.html
That link is broken.
It does not need the Java JCE library installed.

The heavyweight way is to use JCE. JCE is bundled with JRE 6
but used to require separate manual installation.

It depends also on where the credit information is gathered and used. If
its for an e-commerce site, then the proper technology to *gather* the
credit information is "https". When handling it on the server side,
never put the information into an insecure database. Always
escape/sanitize ALL queries to any database that has CC information from
ANY app. Its best to not store the CC information if possible, and send
it directly to your billing partner.
 
?

=?ISO-8859-1?Q?Arne_Vajh=F8j?=

i am developing one Banking Project,

i want some more security while handling the
credit & debit card number
if any one know solution means. plz can u help

how can handle the things with security

what are the ways available

Be sure to follow PCI DSS !

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,188
Latest member
Crypto TaxSoftware

Latest Threads

Top