Go Back   Webmaster Malaysia Forum » Website Design & Development » Website Programming

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 30-03-2004, 10:00 AM
lcf's Avatar
lcf lcf is offline
Pro-Blogger
 
Join Date: Feb 2003
Location: Kluang, Johor
Posts: 2,376
Rep Power: 118
lcf will become famous soon enough
Send a message via ICQ to lcf Send a message via MSN to lcf Send a message via Yahoo to lcf
Question JSP is more secure?

I am online banking user of Maybank and PublicBank. I found that both banking websites are powered by JSP and servlet.

Is that because JSP and servlet more secure than other server side script?
Why don't we see online banking website with PHP?
Is PHP secure enough to use for online banking/high security website?

Oh, pls don't tell me SSL. I wish to know the security level of different server side script. Which one will you choose if you are asked to develop a secure website? Reasons?

Thank you for any feedback
__________________
LiewCF | Malaysia Bloggers Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 30-03-2004, 12:41 PM
Inspired Webmaster
 
Join Date: Feb 2004
Location: Shah Alam
Posts: 175
Rep Power: 62
hftey is on a distinguished road
Send a message via ICQ to hftey Send a message via MSN to hftey Send a message via Yahoo to hftey Send a message via Skype™ to hftey
I think the reason is PHP is opensource. Can you trust a technology that is written by some annoymous people and use it in such a sensitive web application such as the online banking system? also who you gonna sue if your system lead to fraud.

servlet are compiled code and thus more secure. the server can also do a checksum of the servlet to make sure no other people had touched it after it was compiled.

I personally love PHP than any other server side scripting but when it comes to such sensitive application.. I will choose servlet anytime.
__________________
Venzon Solution Services
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 30-03-2004, 12:47 PM
Ben-davis's Avatar
Senior Webmaster
 
Join Date: Jan 2002
Location: SoObHanG JhaYa
Posts: 501
Rep Power: 94
Ben-davis is on a distinguished road
Send a message via ICQ to Ben-davis Send a message via Yahoo to Ben-davis
maybe JSP is secure... but it heavy too....
__________________
<form name="jump">
<select name="menu" onChange="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" style="border:1px #393F31 solid;color:#393F31;font:10px Verdana;font-weight:bold;" >
<option value="0" style="background: #9CC8FE" selected>*SELECT-LINKS</option>
<option value="http://www.gengturbo.org/" style="background: #FF0000">GENGTURBO</option>
<option value="http://www.phixelgrafix.com/" target="new" style="background: #C6D607">PHIXELGRAFIX</option>
<option value="http://dailydigital.phixelgrafix.com/" style="background: #FCBC45">OLD-BLOG</option>
<option value="http://www.mesrahosting.net/" style="background: #FF99CC">WEBHOSTING</option>
</select>
</form>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 30-03-2004, 01:35 PM
Senior Webmaster
 
Join Date: Oct 2001
Location: Melbourne, AU
Posts: 456
Rep Power: 97
sufyan is on a distinguished road
I don't think that JSP is more secure than any other language - say PHP. A language is a language. When it comes to how secure an application is, it doesn't matter what language the application is programmed in, but how the application was designed and developed - the architecture, not the language.

A reason to why banks choose JSP over other languages may be because of intergration. Net banking is not a standalone application - it is intergrated with many system. When they want to intergrate a new system with an old system, they would need to make the new system compatible with the old system.

A reason to why banks may not use PHP is because it is opensource. If you were a systems analyst for a bank, you can't one day rock up to work and say your going to change the whole system. Doesn't work that way. Big companies and government agencies have protocols - procedures which must be followed. If you were going to use opensource software in these companies, the company would need to have new policies. Yes - opensource maybe free - but how much will it cost to change over to a new system? For example, recently, the Australian Taxation office has awarded about A$350 million worth of contracts to change it's old system to a new system.

Another reason maybe the hardware/platform they use. If they are using SUN mainframes, then JSP would work well on Solaris.

Last edited by sufyan; 30-03-2004 at 01:41 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 30-03-2004, 02:35 PM
lcf's Avatar
lcf lcf is offline
Pro-Blogger
 
Join Date: Feb 2003
Location: Kluang, Johor
Posts: 2,376
Rep Power: 118
lcf will become famous soon enough
Send a message via ICQ to lcf Send a message via MSN to lcf Send a message via Yahoo to lcf
Well, I mean "why don't they use PHP to develop?"
not "why don't they use open source?"

Quote:
originally post by sufyan
Net banking is not a standalone application - it is intergrated with many system. When they want to intergrate a new system with an old system, they would need to make the new system compatible with the old system.
I think this is the main reason.

Is JSP and Servlet more powerful(function) than PHP? Looks like JSP and servlet just need to include Java class then it can use the Java functions already.
__________________
LiewCF | Malaysia Bloggers Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 30-03-2004, 03:04 PM
Senior Webmaster
 
Join Date: Oct 2001
Location: Melbourne, AU
Posts: 456
Rep Power: 97
sufyan is on a distinguished road
Quote:
Is JSP and Servlet more powerful(function) than PHP?
A simple answer would be yes. (Think of J2EE)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 30-03-2004, 03:29 PM
Inspired Webmaster
 
Join Date: Feb 2004
Location: Shah Alam
Posts: 175
Rep Power: 62
hftey is on a distinguished road
Send a message via ICQ to hftey Send a message via MSN to hftey Send a message via Yahoo to hftey Send a message via Skype™ to hftey
fyi... RHB uses asp and IIS... now thats scary
__________________
Venzon Solution Services
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 30-03-2004, 03:46 PM
Senior Webmaster
 
Join Date: Oct 2001
Location: Melbourne, AU
Posts: 456
Rep Power: 97
sufyan is on a distinguished road
Quote:
Originally posted by hftey
fyi... RHB uses asp and IIS... now thats scary
As I said... it's not really the language - it's more the architecture (of the app)... 2 of Australia's main (largest) banks also run on ASP/IIS

http://www.commbank.com.au/
http://www.anz.com.au/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 30-03-2004, 04:04 PM
Inspired Webmaster
 
Join Date: Feb 2004
Location: Shah Alam
Posts: 175
Rep Power: 62
hftey is on a distinguished road
Send a message via ICQ to hftey Send a message via MSN to hftey Send a message via Yahoo to hftey Send a message via Skype™ to hftey
It is well known Microsoft and IIS have many holes and add to the amount of people hating MS there will be many targeting MS web application. Think the amount of time MS releases patches, if the organization's team is not up to it, to keep their system up to date it will be vulnerable to heckers. The first week my website online I already seen more than 10 attempt to heck my website using previously known ASP/IIS vulnerability.
__________________
Venzon Solution Services
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 30-03-2004, 04:16 PM
Senior Webmaster
 
Join Date: Oct 2001
Location: Melbourne, AU
Posts: 456
Rep Power: 97
sufyan is on a distinguished road
Quote:
Originally posted by hftey
It is well known Microsoft and IIS have many holes and add to the amount of people hating MS there will be many targeting MS web application. Think the amount of time MS releases patches, if the organization's team is not up to it, to keep their system up to date it will be vulnerable to heckers. The first week my website online I already seen more than 10 attempt to heck my website using previously known ASP/IIS vulnerability.
Indeed... but these are banks, not ordinary websites - They invest a lot of money in security. I believe that the people who operate/maintain these systems on these platforms know what they are doing and know what to do if the system becomes vulnerable.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11 (permalink)  
Old 30-03-2004, 05:59 PM
lcf's Avatar
lcf lcf is offline
Pro-Blogger
 
Join Date: Feb 2003
Location: Kluang, Johor
Posts: 2,376
Rep Power: 118
lcf will become famous soon enough
Send a message via ICQ to lcf Send a message via MSN to lcf Send a message via Yahoo to lcf
Bank lagi scare lah~

If the system failed/kena hacked, then the bank habis. So, I think they will ensure the system security and safety before put it in public.

I think there are many experts hiding in bank's building.
__________________
LiewCF | Malaysia Bloggers Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 30-03-2004, 09:18 PM
Sorix's Avatar
Senior Webmaster
 
Join Date: Mar 2004
Location: KL
Posts: 267
Rep Power: 63
Sorix is on a distinguished road
too many fraud nowadays...no wonder those expert hiding in bank's building....jaga pintu malam (part time)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 31-03-2004, 11:02 AM
Inspired Webmaster
 
Join Date: Feb 2004
Location: Shah Alam
Posts: 175
Rep Power: 62
hftey is on a distinguished road
Send a message via ICQ to hftey Send a message via MSN to hftey Send a message via Yahoo to hftey Send a message via Skype™ to hftey
Quote:
Originally posted by Sorix
too many fraud nowadays...no wonder those expert hiding in bank's building....jaga pintu malam (part time)
Thats why paypal not available for Malaysian
__________________
Venzon Solution Services
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 31-03-2004, 02:22 PM
Sorix's Avatar
Senior Webmaster
 
Join Date: Mar 2004
Location: KL
Posts: 267
Rep Power: 63
Sorix is on a distinguished road
yeah...my cousin brother having a problem with them now
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 21-04-2004, 10:05 PM
hymns's Avatar
Senior Webmaster
 
Join Date: Nov 2001
Location: Johor
Posts: 769
Rep Power: 101
hymns is on a distinguished road
Send a message via ICQ to hymns Send a message via Yahoo to hymns
kene banned lah ape lagi
__________________
I hate when:

vBulletin Message:
Sorry! The administrator has specified that users can only post one message every 60 seconds
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
secure login page honeyz Website Programming 1 21-11-2005 11:58 PM
How's Secure Your Web Hosting? mizan Paid Hosting Discussion Forum 17 25-04-2005 04:02 PM
Secure or not? Your opinion... sufyan Mamak Stall 14 02-04-2004 10:51 AM
secure system?? how?? joyce Website Programming 7 12-07-2002 10:41 AM