+ 2
Please for cyber security is there a particular language am to learn
2 Antworten
+ 8
Cyber security is concerned with vulnerabilities in all software, written in ANY language. So it can be useful to know the strengths and weaknesses of the particular language that the software was written in.
In general, most of these vulnerabilities are exposed in networking environment, when two computers are connected by the internet or by other means. So understanding the general networking principles and architectures, socket communication, protocols is essential. Also it is important to learn about filesystems and operating systems, databases and SQL. Using Linux and learning its command line utilities.
In terms of programming language, I think Python, C++, bash would be most useful in this area.
+ 1
Thank you Tibor Santa