| View previous topic :: View next topic |
| Author |
Message |
Affiliate Expert

Joined: 24 Jun 2005 Posts: 50
|
| What is the best programming language for making secure web sites? |
| |
|
|
|
|
Coddie

Joined: 22 Jul 2005 Posts: 11
|
| You can make secure applications practically in any programming language. It all depends on algorithm you use and how you use the language itslef. |
| |
|
|
WarChild
Joined: 24 Feb 2006 Posts: 46
|
Security is an abstraction.
Usually writing a secure program means writing a program that doesn't have critical bugs  |
| |
|
|
Madwolf Site Admin
Joined: 22 Dec 2004 Posts: 69
|
| WarChild wrote: |
Security is an abstraction.
Usually writing a secure program means writing a program that doesn't have critical bugs  |
What if the bugs are inside the language interpreter? |
| |
|
|
WarChild
Joined: 24 Feb 2006 Posts: 46
|
Such bugs happen not very often and usually are fixed quite fast. Unless the whole interpreter is a bug, like PHP is for example  |
| |
|
|
|
|