I'm going to write a program that stores passwords and was wondering which language would be good for this. Do languages really have an inherent security? People speak as if they do, for example:
...Java’s dominance and resiliency of late, including hits to its security reputation...
and
... built with security in mind, so security features are one of Java’s advantages.
Are some languages better than other's for security? Do languages running on a VM have a layer of protection (such as Java, C#) compared to things like C/C++? I'm thinking how easy it would be for another program to read the contents of memory of another process.