| What is the best programming language for making secure web sites? |
| You can make secure applications practically in any programming language. It all depends on algorithm you use and how you use the language itslef. |
|
|
| Security is an abstraction.
Usually writing a secure program means writing a program that doesn't have critical bugs :) |
- 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? |
| Such bugs happen not very often and usually are fixed quite fast. Unless the whole interpreter is a bug, like PHP is for example :) |