From the course: CompTIA Security+ (SY0-701) Cert Prep
Choosing encryption algorithms
From the course: CompTIA Security+ (SY0-701) Cert Prep
Choosing encryption algorithms
- [Narrator] There are many different encryption algorithms that you can choose from when trying to achieve one of the goals of cryptography. Let's talk about some of the things that you should watch for when selecting an encryption algorithm. It's important to remember that encryption is very complicated. It uses sophisticated mathematical techniques, and even the smallest flaw in an algorithm can render that algorithm insecure. For this reason, you should never try to build your own encryption algorithm unless you really, really know what you're doing. You wouldn't try to perform heart surgery on yourself. Don't try to build your own encryption algorithms either. Similarly, if a vendor claims that their software is secured with a proprietary encryption algorithm and they won't share the details, view that claim with the skepticism that it deserves. It's a big red flag. In fact, the idea of having secret encryption algorithms is so contrary to the principles held by cybersecurity professionals that we've coined a term to describe this approach. We call it security through obscurity, meaning that the security of the algorithm comes from the fact that nobody knows how it works. Security through obscurity is a slanderous term and not something that you'd want to hear used to describe your own approach to security. For the same reason, you should choose an encryption algorithm that is proven. The details of encryption algorithms are normally published and open for inspection by the security community. This public vetting process is important because it allows mathematicians and cryptographers to review the details of the algorithm and ensure that it's well-designed and free of back doors that might allow unintended access to information. When you choose an encryption algorithm, you may be able to select the length of your encryption key. Not all algorithms allow this so some have fixed-length keys, but if you are able to choose your key length, the longer your key, the more secure your information will be. There is a downside, however. As keys get longer, the performance of the algorithm goes down. You're trading off security for speed and making a classic decision that must balance security constraints with available resources. Choosing a long key is important because it makes it much more difficult for someone to guess the key that you've used. Here's an example of what a 40-bit encryption key looks like. A bit is simply a one or a zero in binary, and a 40-bit key consists of 40 ones and zeros. There are over 1 trillion possible combinations for this key. Now that might sound like a lot, but it's possible for a computer to break this encryption key. If we bump encryption up to 128-bit key, here's what that looks like. There are enough possibilities here that it wouldn't be feasible to guess the key with a modern computer, and when we go to a 1024-bit key, we get some really strong security. When you choose your encryption approach, you'll need to perform your own cost-benefit analysis and select a key length that balances your security goals with the speed of encryption and decryption. Finally, you'll need to decide how you will implement the algorithm that you've chosen. As with algorithm selection, it's best to adopt an implementation of your selected algorithm that's already proven. There are many software libraries and modules and cryptographic service providers available that have already implemented these algorithms successfully, so you'd be well advised to use tested and supported code rather than trying to write your own.
Download courses and learn on the go
Watch courses on your mobile device without an internet connection. Download courses using your iOS or Android LinkedIn Learning app.
Contents
-
-
The goals of information security2m 11s
-
Authentication, authorization, and accounting (AAA)3m 31s
-
Categorizing security controls5m 11s
-
Conducting a gap analysis2m 34s
-
Zero Trust5m 32s
-
Physical access control4m 40s
-
Physical security personnel2m 12s
-
Deception technologies2m 55s
-
Change management6m 2s
-
-
-
Trust models2m 52s
-
PKI and digital certificates4m 5s
-
Hash functions7m 38s
-
Digital signatures3m 50s
-
Digital signature standard1m 27s
-
Create a digital certificate4m 55s
-
Revoke a digital certificate1m 28s
-
Certificate stapling2m 29s
-
Certificate authorities6m 13s
-
Certificate subjects3m 35s
-
Certificate types2m 55s
-
Certificate formats2m 30s
-
-
-
Preventing SQL injection4m 25s
-
Understanding cross-site scripting3m 17s
-
Request forgery4m 8s
-
Overflow attacks3m 21s
-
Explaining cookies and attachments4m 7s
-
Session hijacking4m 8s
-
Code execution attacks2m 43s
-
Privilege escalation1m 56s
-
OWASP Top Ten4m 45s
-
Application security4m 3s
-
Defending against directory traversal3m 4s
-
Race condition vulnerabilities2m 13s
-
-
-
Restricting network access2m 8s
-
Network access control4m 30s
-
Router configuration security4m 5s
-
Switch configuration security3m 42s
-
Maintaining network availability2m 32s
-
Network monitoring3m 41s
-
SNMP2m 54s
-
Isolating sensitive systems2m
-
Zero trust networking4m 9s
-
Secure access service edge (SASE)3m 50s
-
-
-
Operating system security8m 44s
-
Malware prevention7m 25s
-
Application management3m 46s
-
Host-based network security controls7m 44s
-
File integrity monitoring4m 9s
-
Data loss prevention5m 17s
-
Data encryption5m 39s
-
Hardware and firmware security5m 24s
-
Linux file permissions4m 2s
-
Web content filtering1m 47s
-
-
-
What is vulnerability management?5m 2s
-
Identify scan targets4m 24s
-
Scan configuration5m 20s
-
Scan perspective4m 24s
-
Security Content Automation Protocol (SCAP)2m 27s
-
Common Vulnerability Scoring System (CVSS )3m 31s
-
Analyzing scan reports4m 37s
-
Correlating scan results2m 20s
-
Vulnerability response and remediation2m 14s
-
-
-
Authentication factors3m 26s
-
Multifactor authentication2m 17s
-
Something you have4m 24s
-
Password policy4m 19s
-
Password managers2m 3s
-
Passwordless authentication3m 23s
-
Single sign-on and federation3m 9s
-
Kerberos and LDAP5m 18s
-
SAML2m 35s
-
OAUTH and OpenID Connect2m 55s
-
Certificate-based authentication5m 25s
-