Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / October 2007

Tip: Looking for answers? Try searching our database.

how handle the things with security

Thread view: 
eswarjava@gmail.com - 11 Oct 2007 20:27 GMT
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
Roedy Green - 11 Oct 2007 21:44 GMT
>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.
Signature

Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com

Daniel Pitts - 13 Oct 2007 18:24 GMT
>> 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
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.

Signature

Daniel Pitts' Tech Blog: <http://virtualinfinity.net/wordpress/>

Roedy Green - 13 Oct 2007 22:35 GMT
On Sat, 13 Oct 2007 10:24:15 -0700, Daniel Pitts
<newsgroup.spamfilter@virtualinfinity.net> wrote, quoted or indirectly
quoted someone who said :

>> The lightweight solution is to use The Transporter see
>> http://mindprod.com/jgloss/transporter.html
>That link is broken.

try http://mindprod.com/products1.html#TRANSPORTER
Signature

Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com

Roedy Green - 13 Oct 2007 21:48 GMT
>i want some more security while handling the
>credit & debit card number
>if any one know solution means. plz can u help

see http://mindprod.com/jgloss/jce.html
http://mindprod.com/products1.html#TRANSPORTER
Signature

Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com

Roedy Green - 13 Oct 2007 21:50 GMT
> plz can u help

I can't believe anyone entrusted with bank security would use
textspeak in a public forum.
see http://mindprod.com/jgloss/textspeak.html

It is like hiring a garage band to play Carnegie hall.
Signature

Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com

Arne Vajhøj - 14 Oct 2007 01:29 GMT
> i am developing one Banking Project,
>
[quoted text clipped - 5 lines]
>
> what are the ways available

Be sure to follow PCI DSS !

Arne


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.