Skip to main content
9 answers
10
Asked 586 views

How important is programming in cybersecurity?

What is also the best programming language in cybersecurity and what are the applications of programming in cyber-security.

+25 Karma if successful
From: You
To: Friend
Subject: Career question for you

10

9 answers


0
Updated
Share a link to this answer
Share a link to this answer

Faith’s Answer

Cybersecurity is a really broad field as you can see from this Cybersecurity Domain Map created by Henry Jiang https://www.linkedin.com/pulse/cybersecurity-domain-map-ver-30-henry-jiang/. As such, there are roles that would require programming skills, roles that are easier if you can program and also roles that do not need any programming knowledge. That being said, having the skill will definitely come in handy no matter what role you land on. I hope this information is helpful.
0
0
Updated
Share a link to this answer
Share a link to this answer

Jiaming’s Answer

Programming is a crucial tool in the arsenal of cybersecurity professionals. It's employed to create and uphold security systems, identify and mitigate cyber threats, and scrutinize security-related data. A study by ECCU highlights Python, Java, C++, JavaScript, PowerShell, SQL, Ruby, Go, Bash, and Rust as some of the most favored programming languages in the cybersecurity field. However, the optimal programming language for cybersecurity can vary, depending on the specific task and the organization's requirements. For example, JavaScript is frequently utilized in web development frameworks like AngularJS and React for front-end development, server-side programming, and cybersecurity.

In the realm of cybersecurity, programming languages serve multiple purposes, such as:

1. Malware analysis: Crafting scripts in Python can enhance your ability to dissect cyber threat data.
2. Penetration testing: Proficiency in programming can boost your collaboration with software development teams.
3. Cybersecurity research: Programming is indispensable for investigating new threats and vulnerabilities.

I trust this information will be beneficial!
0
0
Updated
Share a link to this answer
Share a link to this answer

Claire’s Answer

Cybersecurity is a great field to go into and does involve programming. The most common languages I see are Python, Java, JavaScript. Oftentimes cybersecurity programming involved automating processes and code.
0
0
Updated
Share a link to this answer
Share a link to this answer

Glenn’s Answer

Security is part of any program. As you are writing code for any project you need to be aware of good security practices. There are many tools out there that can assist you. It compaires your code with the latest security best practices. There is a government agency that compiles much of the latest security standers called NIST, National Institute of Standards and Technologies.

Many engineers in programming have some experience in coding. Many have a background in best security practices. They go hand in hand. Most schools have a course in cybersecurity that is minatory. Staying relevant is critical and that goes for cybersecurity too. We are always learning, reading articles, taking continuing education in security best practices.
0
0
Updated
Share a link to this answer
Share a link to this answer

Maikel’s Answer

I think the question is "how important is cybersecurity in programming?"
Programming is the core aspect of computer science whereas cybersecurity -as critically essential as it is- it is secondary to programming, it derives from programming, to be precise, from unsecure programming.
Cybersecurity is obviously essential in every aspect of computer programming. There are usually layers in a computer program architecture model, fewer to more depending on complexity, which tend to be very standard across IT industries. Front end, middle tier, service layer, domain layer business layer, data layer, third party integration, etc. Curiously Security IS NOT one of those layers, why? Because it is part of EVERY layer in any robust computer program architecture model, same as programming. So, security and programming go hand to hand across every layer of a computer program architecture model.
Python and Perl tend to be very secure for programming languages. Java and Ruby are very secure as well. PowerShell and Bash are secure command prompt interfaces.
0
0
Updated
Share a link to this answer
Share a link to this answer

Martina’s Answer

There are many non technical roles in cybersec. Depends on what you end up doing but you do need to deeply understand technical concepts around security and what threats can affect infrastructure at what levels. I would say that good knowledge of threats, compliance, access and identity etc., as well as infrastructure and network security, and general IT skills are a good start.
0
0
Updated
Share a link to this answer
Share a link to this answer

Cindy’s Answer

There are many roles/functions within Cybersecurity. Programming can be valuable in advancing cybersecurity capabilities. For example, programming as well as AI capabilities are being used to pre-empt cybersecurity attempts against network attacks, and to help detect phishing attempts etc. It can also be used for automation of processes as noted by Claire previously.
0
0
Updated
Share a link to this answer
Share a link to this answer

Casey’s Answer

Programming is a vital skill if you're creating cybersecurity products. However, even if you're just a user of these products, programming still plays a significant role. You'll often find yourself needing to automate functions not readily available in the product.

Moreover, it's crucial to have a broad understanding of how your software operates, how it interacts with other services or users, and the kind of data it manages.

Staying updated with the latest software is necessary to tackle new vulnerabilities that may emerge in your software stack. New challenges arise daily, and understanding programming can help identify potential vulnerabilities that might be inherent in the programming language. Different languages and frameworks have unique vulnerabilities.

Open-source frameworks and code generators can expedite the software development process, but they can also introduce new issues. You don't have to be an expert programmer, but having a basic understanding of how it works is essential!
0
0
Updated
Share a link to this answer
Share a link to this answer

Virgil’s Answer

Hey there, Faison! If you're diving into the world of Cybersecurity, you'll frequently come across programming languages like JavaScript, Python, C#, and HTML. These are super handy when it comes to crafting automation tools for Cybersecurity. Getting a solid grasp on these languages will definitely give you a leg up on your journey.

Best of luck to you!
0