I’m 38 years old and a newer IT professional after switching careers. I just recently earned my BS degree in IT and got hired at a major defense company. I’m watching these types of videos for better understanding of specific types of concepts covered in Security+. Also I’ve been personally using technology since the days of original Oregon Trail as a hobby. As my first ever RUclips comment: These videos are fantastic videos. You deserve way more subscribers than you have. Fantastic explanations man. Bravo.
Hi Roger! Thank you so much for the kind note, I'm honored to be the recipient of your first RUclips comment. =). Hope things are going well at the defense company =). Let me know if your team would benefit from in person training, I'd be happy to oblige. =)
I am a Law Student and was finding it difficult to understand the certain concepts of Information Technoloagy law involving core aspects of cybersecurity. This video simplified everything and explained articulately. Thank you to the author!
Again, I am amazed about the nitty gritty details this video is providing. The author starts with basic concept and take it to another level once the basic is done. This increases our horizon in which the techniques can be used. Well done.
Man, you deserve a medal. I've read and watched countless sources and never understood how this worked, until listening to your words, where you specify that encrypted stuff with public|private key can "only be" decrypted by the other one (private|public) depending on the case. The most unclear part of this concept is that one of the keys can describe what the other encrypts. It is absurd I realize only now, after years of wondering. I may be wrong, but I think what makes all of this counterintuitive (not just in yours, but in literally every source I've got info about this matter) is the analogy with physical keys, that usually don't have this specific kind of property. What should have made it more intuitive, resulted in way more confusion for me. Thank you so much, this video was "the key" that unlocked in me the path to understanding.
Thanks for the great video. I found the factors P and Q for the number 1909: P=23, Q=83. To do this, I used the "Quadratisches Sieb" factorization procedure, which operates as follows: First I calculate the square root of 1909 which gives the value "43.69". After that I set the factors P = 43 and Q = 44. Now the calculations follow. If I calculate P*Q (43*44), then this results in "1892". Since this value is smaller than "1909" I increase Q by one -> Q=45. Now I calculate again the product P*Q (43*45) -> "1935". The value is now greater than "1909", so I decrease P by the value 1 -> P=42. I follow these rules until the value 1909 is calculated. Summary: - P*Q (43*44) -> 1892 < 1909 -> Q+1 (45) - P*Q (43*45) -> 1935 > 1909 -> P-1 (42) - P*Q (42*45) -> 1890 < 1909 -> Q+1 (46) - P*Q (42*46) -> 1932 > 1909 -> P-1 (41) ..... - P*Q (23*83) -> 1909 = 1909 I hope this is helpful.
Great write up! This proves 2 things: 1. Any key can be solved via brute force 2. Brute force doesn't necessarily require trying _every_ possibility, there are shortcuts you can take as you did =) Going to pin your post, to bring more attention to your write up and hopefully your channel. Good stuff!
@@PracticalNetworking Thank you for pinning. The great thing about the algorithm is also that this can be divided into several threads very well. So you could crack your RSA-1024 key on a graphics card quickly :-)!
@@encryptionforbeginners96 The difficulty scales exponentially as the key size increases. To date the 1024 bit "RSA Number" factorization challenge has yet to be solved. en.wikipedia.org/wiki/RSA_Factoring_Challenge en.wikipedia.org/wiki/RSA_numbers#RSA-1024
Thank you, David. Glad you are enjoying this content =). If you are willing... could you do me a favor? Do you mind sharing these videos on Linked In, Reddit, Twitter, Facebook, or any other social media you use? As an independent creator, that would be an _enormous_ help, and I would appreciate it _greatly_ .
So many explanations go right over the actual essence of how these keys interact to encrypt and decrypt. Almost as if they don't even know it themselves, just regurgitating shit from a textbook. THANK YOU
The way you explain things uses the right level of simplification, to facilitate understanding, but doesn't get lost in the details. Thanks for your great work, much appreciated! (I always had challanges to understand the difference between the concept of signatures vs. bulk encryption, but this visualization of yours, with the explanation helped a lot!)
The best explanation and video I've seen on secure communications using asymmetric and symmetric keys, the illustrations and pacing of explanations are exemplary!
I have taken many tutorials online, watched many educational videos but your tutorial is so different. You are a great teacher sir. I dont understand how but the topic is explained in depth and at the same time in a very brief and concise way. Thank you very much! Keep up the good work!
I first tried to study Public and Private keys encryption back in 2002 after passing my Java 2 certification, but could not understand the concept. I then kept struggling with understanding how encryption and SSL/TLS works. Today this mystery is solved forever. I would like to thank the creator of this wonderful course.
I was a bit confused on how encryption in TOR hidden services works, especially the part of signing the hidden service descriptor and the onion address derived from the hidden service public key, now because of this video it makes perfect sense, thank you very much for this amazing video, great work !
This channel has become my go to for catching up on stuff I haven't, previously, fully understood. The simple breakdown of the subject matter makes for easier digestion. 👏👏
You explain really well, after going through few videos and still not grasping the concept your video and explanation helped me understand this concept well. Thank you for this video.
This video is awesome in explaining this concept and how hashing and encryption come together in PKI as this was what Ive been struggling to grasp in terms of the complete image! Awesome job.
Ed, you are absolutely the BEST!. I'm finishing a 2 year degree at Edmonds and feel like I've learned little (all during covid, virtual) and frequently refer back to your amazing instruction. You def have the calling of a professor (not to mention your obvious chops as an engineer).
Boy, this video indeed demonstrated the mission of the channel as stated: hitting that sweet spot between basic and too complex. I often find myself frustrated right in that "Twilight Zone", googling and switching between articles and videos (only to become more frustrated). As someone else was saying, this made JWT make sense as well...after reading through stuff that was starting nicely, bulding up nicely, only to then muddy the waters in an epico style 😁. Was tempted for the first time to read the RFC. Bookmarked, subscribed, and will certainly chek the other videos. Thanks!
Best video yet, BY FAR. All well explained, and following all the principals that we should have in count when learning encryption and informatic security.
I am currently enrolled in Cisco's cybersecurity course and I always look at this particular video whenever I get symmetric and asymmetric and public and private keys confused with one another. Very very good tutorial.
i dont think GPT can explain it this way this days... Cryptography is the major topic in ISS, it paves the way to understand, Authentication, Acess control and internet network security... with this regard all your explanations starting from the concept Key are paramount ! i cant thank you enough!
Thanks for all of this. Superb content and presentation! Does anyone else feel guilty when you forget to like a video as you’re gobbling this stuff up?
I am taking an algorithms course where I implemented all the math for calculating RSA keys, but still could not understand how to use them. Now I get it! Thanks, this video was great!
The best video to understand how JWT works (although jwt is not explicitly discussed in the video). Can't thank you enough for such a clear and simple explanation!!
Thank you so much, you made my day, I've been reading bunch of articles about it, there was unclear idea to me (which I can use the private key to encrypt the data and use the public one for decypt) by your video you made the pic clear to me
You always know how to make life brighter for everyone you know. Thank you so much for spending your Golden time to make such useful Video. these Keys are not easy to understand and to explain but you make it so much easy to understand. Thanks, waiting for your next Video. ✌
This is one of the best explanation of the difficult subject.I was struggling to understand the base of this topic..Now it's cleared.Thank you very much..!!
You know why this video is the Best? Because it doesn't hide the fact you can Encrypt with public and Decrypt with private but ALSO Encrypt with private and Decrypt with public May are too scared to say that.
Really well done video. There's not so many well-made videos that take on the concept, because you can't just dip your toe in the water and experience the totality and awesomeness of encryption and how it sets the stage for what we do and use daily. I can also highly recommend Paul Turner's RUclips videos on SSH and PKI. And then Ivan Ristić's excellent book on SSL and TLS (Bulletproof SSL and TLS - Feisty Duck publishing) - the book started off as a very good TLS 1.3 book but has transpired into something much more and is currently in its second edition (preview stage). If you truly want to get to grip with SSH and PKI - play with it on your PC. It's free and with a bit of virtualization you can toy with SSH Authentication against servers. Heck, PGP is also straight forward with GPG cli and on Windows you get Kleopatra for the GUI experience (although with GPG command line you can do a lot more like sub keys).
Ivan's book is solid. I haven't heard of Paul, just looked up a few of his videos and yes, I agree, it also looks pretty solid. Glad to be compared to such high quality sources. Thanks, CKZA10 =)
Very helpful video. One thing I wish to clarify, 11:07 it is mentioned that signature provides Integrity and Authentication. I can't understand how it is related to Authentication. At best it can provide Non Repudiation AFAIK. Can you please review this
You are a great tutor and you’ve just got a subscriber, good sir. I’ve read tens of articles about ASE and this video is way better than any of them combined (although some were more about the actual functions than the general idea)
New sub here. I'm studying for the A+ after getting the Google IT Support Professional cert, and ran across your channel. It's really helping me fill in the gaps on some big topics I was confused on, and helping me understand more of the basics so I can in turn understand some of the more advanced stuff for the Network+ and Security+. I seem to be learning these concepts the way you are teaching them. Thank you.
Great job on the presentation. Very clear and concise. Loved the "tell me what you are going to tell me, tell me, then tell me what you told me" approach! For your future lessons I'd like to note a piece of feedback you might want to consider. You are using colors to highlight object differences. Consider the fact that there are color blind folks out there. Perhaps in the future in addition to colors use shapes to highlight the difference. E.g. Jim's keys could have square base, while Pam's could be round and so on...
Hi Andrey, thanks for the kind words. Glad you enjoyed it =) Great call about color blind safe graphics. I'm afraid this video is from my SSL/TLS deep dive course, and the colors end up consistent throughout the entire course -- over 800 PowerPoint slides. At this point, changing every instance of a "red" key to something with different shape would be an enormous amount of work -- something I can not take on my plate at the moment =(. You are right, though, I wish from the beginning I had created the illustrations while accounting for color blind folks.
@@PracticalNetworking Sorry, I should have been clearer. I didn't mean to redo the existing lessons. I meant for when you make new lessons in the future on w/ever subject, it's something to consider. I'm not color blind myself, but when I was watching the keys move around and color messages, I had that thought that being able to see those colors correctly helps a lot, but not everyone can see colors. Anyways, awesome course! And I really want to compliment your public speaking skills! Kudos!
@@AndreyKhomyakov Thank you for the kind words. Creating effective learning content that is effective, and also inclusive, is an important problem to solve.
Thanks for the great video. Really clear and good explaination.... I just need to come back and watch it several more times to make sure I grasp all the details!!!! Mind explosion now, haha!
Great video and illustration. This reinforces what I've learned in school. I am still a bit lost trying to understand what, exactly, we're talking about when we're talking about these keys. Like, I apparently do understand the concepts, (cuz this matches what I knew from school) but I struggle to understand 'when' we're using these keys, how we 'get' them...what are real-world examples of using them, etc. Like, what is the scenario when one determines whether to sign with their public key vs their private key ? I've done packet tracer labs where I've configured IPsec tunnels and still don't grasp what I was doing' lol. I just mean,...I think it'd be so helpful (at least, for me) to see/hear what a real-world scenario using keys is. Hopefully that makes sense, and someone could take a moment to enlighten. Thanks, all, and thanks, Ed, for all the time and great, direct, illustrative content.
Hey Scott! I think you'll enjoy the next video. It's going to call out where all these various cryptographic functions we've discussed actually come into play in SSL (but conceptually, it will also apply to IPsec and SSH, as well).
Hi Don! Glad you enjoyed this too! When I teach this in real life, I add stories to the messages Pam and Jim are sending, and they mostly follow plot points from the Office. Ahh, I miss teaching in person ;).
At 3:20, you mentioned that Jim can verify integrity of the message by just decrypting the message by using Pam's public key. If the message has been tempered with, Jim would see a garbled message. However, how would Jim know whether Pam intended or not intended to actually send a garbled message. Maybe she did send the garbled message and it was not tempered with..?
Great question! You've perfectly realized why encryption alone isn't enough, because whatever the result of decryption is, there is no way for the receiving entity to confirm whether the decrypted content matches what the initiator sent. That is why you also need a mechanism for Integrity to pair with your Encryption. =) I tie them together in the "How TLS uses Crypto" video of this series. I encourage you to watch that one next =)
After watching other some 100 channels vodes, I was hopeless to understand about actual tsl. Now I could easily get it at single shot about it. I knew it's always who teaches make difference but not the other way.b
📢 *Black Friday / Cyber Monday Promotion*
👉 Practical TLS for only $50 (originally $297)
💻 Use code *BFCM2024* --> pracnet.net/tls
📅 Offer expires Dec 6
This session was great, thank you!
I can't thank you enough! Finally, I am beginning to truly understand all those topics that I have been struggling to grasp.
Excellent, Mustafa. Glad it's all "clicking" =)
I watched different videos on RUclips to understand this concept and no one else explained this as good as you did! Great job 👏🏼
Thank you, Shayan. Glad this helped =)
I’m 38 years old and a newer IT professional after switching careers. I just recently earned my BS degree in IT and got hired at a major defense company. I’m watching these types of videos for better understanding of specific types of concepts covered in Security+. Also I’ve been personally using technology since the days of original Oregon Trail as a hobby. As my first ever RUclips comment:
These videos are fantastic videos. You deserve way more subscribers than you have. Fantastic explanations man. Bravo.
Hi Roger! Thank you so much for the kind note, I'm honored to be the recipient of your first RUclips comment. =).
Hope things are going well at the defense company =). Let me know if your team would benefit from in person training, I'd be happy to oblige. =)
this is the most practical explanation of cyryptography in the entire RUclips.... thanks for such a simplified explanation!!
I am a Law Student and was finding it difficult to understand the certain concepts of Information Technoloagy law involving core aspects of cybersecurity. This video simplified everything and explained articulately. Thank you to the author!
I have never comment for any video EVER! but you are amazing! Simple, short and sweet! THANK YOU SO MUCH! WOW!
Again, I am amazed about the nitty gritty details this video is providing. The author starts with basic concept and take it to another level once the basic is done. This increases our horizon in which the techniques can be used. Well done.
Thank you, Santosh =) Glad you liked this video!
This is easily the most beautiful explanation video on RUclips to date.
Man, you deserve a medal. I've read and watched countless sources and never understood how this worked, until listening to your words, where you specify that encrypted stuff with public|private key can "only be" decrypted by the other one (private|public) depending on the case. The most unclear part of this concept is that one of the keys can describe what the other encrypts. It is absurd I realize only now, after years of wondering.
I may be wrong, but I think what makes all of this counterintuitive (not just in yours, but in literally every source I've got info about this matter) is the analogy with physical keys, that usually don't have this specific kind of property. What should have made it more intuitive, resulted in way more confusion for me.
Thank you so much, this video was "the key" that unlocked in me the path to understanding.
My god, I can't believe I had to search so long for a video that makes sense for beginners. Subscribed.
FINALLY sometime who actually understand and know how to explain things PROPERLY
In a few minutes you managed to simply explain what hours of other videos managed to complicate. Thanks!
Thanks for the great video. I found the factors P and Q for the number 1909: P=23, Q=83. To do this, I used the "Quadratisches Sieb" factorization procedure, which operates as follows:
First I calculate the square root of 1909 which gives the value "43.69".
After that I set the factors P = 43 and Q = 44.
Now the calculations follow.
If I calculate P*Q (43*44), then this results in "1892". Since this value is smaller than "1909" I increase Q by one -> Q=45.
Now I calculate again the product P*Q (43*45) -> "1935". The value is now greater than "1909", so I decrease P by the value 1 -> P=42.
I follow these rules until the value 1909 is calculated.
Summary:
- P*Q (43*44) -> 1892 < 1909 -> Q+1 (45)
- P*Q (43*45) -> 1935 > 1909 -> P-1 (42)
- P*Q (42*45) -> 1890 < 1909 -> Q+1 (46)
- P*Q (42*46) -> 1932 > 1909 -> P-1 (41)
.....
- P*Q (23*83) -> 1909 = 1909
I hope this is helpful.
Great write up! This proves 2 things:
1. Any key can be solved via brute force
2. Brute force doesn't necessarily require trying _every_ possibility, there are shortcuts you can take as you did =)
Going to pin your post, to bring more attention to your write up and hopefully your channel. Good stuff!
@@PracticalNetworking Thank you for pinning. The great thing about the algorithm is also that this can be divided into several threads very well. So you could crack your RSA-1024 key on a graphics card quickly :-)!
@@encryptionforbeginners96 The difficulty scales exponentially as the key size increases. To date the 1024 bit "RSA Number" factorization challenge has yet to be solved.
en.wikipedia.org/wiki/RSA_Factoring_Challenge
en.wikipedia.org/wiki/RSA_numbers#RSA-1024
Ummm you're sort of a genius
Good Teacher! Very rare to see someone taking difficult concepts and making it simple for others to understand better.
I say this about each of your videos, but seriously....You are the best teacher when it comes to this material!!! I finally understand this clearly.
Thank you, David. Glad you are enjoying this content =).
If you are willing... could you do me a favor? Do you mind sharing these videos on Linked In, Reddit, Twitter, Facebook, or any other social media you use? As an independent creator, that would be an _enormous_ help, and I would appreciate it _greatly_ .
@@PracticalNetworking I share it quite often. Thanks.
@@DG-fs1pq In that case, *Thank you **_very_** much for your support.* Much appreciated
So many explanations go right over the actual essence of how these keys interact to encrypt and decrypt. Almost as if they don't even know it themselves, just regurgitating shit from a textbook. THANK YOU
You're welcome, Alan =). I too agree I've heard many people attempt to explain this by simply regurgitating what others have said... agreed 100% =).
Incredible performance, man needs a solid understanding of encryption to explain it in such a way. Well done.
Glad you enjoyed it =).
honestly i wish you happiness , i was struggling to get a grasp on this subject , you explained it in a wonderful way thank you !
Super work - probably the best SSL videos on RUclips.
Another gem :) Thank you for the uploads Ed. Every video is packed with useful knowledge.
Thank you, Peter. Glad you're enjoying all of these =)
I agree with Mustafa Mertcan CAM ,finally someone explained the proper way.Thanks a lot :D
;) Thanks for the kind words.
The way you explain things uses the right level of simplification, to facilitate understanding, but doesn't get lost in the details. Thanks for your great work, much appreciated! (I always had challanges to understand the difference between the concept of signatures vs. bulk encryption, but this visualization of yours, with the explanation helped a lot!)
Glad this helped make it click. Thanks for the kind words, Gergely =)
The best explanation and video I've seen on secure communications using asymmetric and symmetric keys, the illustrations and pacing of explanations are exemplary!
This is the best video in the internet explaining this topic.
Concise, simple, and visual. Great video!
I was legit mind blown after seeing this video wonderful explanation
I have taken many tutorials online, watched many educational videos but your tutorial is so different. You are a great teacher sir. I dont understand how but the topic is explained in depth and at the same time in a very brief and concise way.
Thank you very much! Keep up the good work!
the content you explain is in order and clear to the subject... easily understandable...
Another great video in Practical TLS series! Thank you.
Thank you, Martin. Glad you enjoyed it!
Amazingly done again: using Pam's public key to encrypt so she alone can open it with her private key. Wow!!!
This is by far the best explanation on this topic
Agreed =)
Omg FINALLY an explanation of public/private keys that made perfect sense to me!! Thank you!!
Glad this one helped, Scott =). You're very welcome.
I first tried to study Public and Private keys encryption back in 2002 after passing my Java 2 certification, but could not understand the concept. I then kept struggling with understanding how encryption and SSL/TLS works. Today this mystery is solved forever. I would like to thank the creator of this wonderful course.
I was a bit confused on how encryption in TOR hidden services works, especially the part of signing the hidden service descriptor and the onion address derived from the hidden service public key, now because of this video it makes perfect sense, thank you very much for this amazing video, great work !
This channel has become my go to for catching up on stuff I haven't, previously, fully understood. The simple breakdown of the subject matter makes for easier digestion. 👏👏
Welcome, Frack =). Glad you're enjoying this content and how I present it!
Congratulations, you won the giveaway. Message me on discord to claim your prize -- pracnet.net/discord
@@PracticalNetworking lovely, thank you. Will pm later.
Thanks for the course. 😀
I can't thank you enough for the detailed explanations, providing necessary intricate details in a lucid and understandable way.... 🙇
You explain really well, after going through few videos and still not grasping the concept your video and explanation helped me understand this concept well. Thank you for this video.
This video is awesome in explaining this concept and how hashing and encryption come together in PKI as this was what Ive been struggling to grasp in terms of the complete image! Awesome job.
Thanks for the video... This explanation is a lot clearer than the one I saw in class
Ed, you are absolutely the BEST!. I'm finishing a 2 year degree at Edmonds and feel like I've learned little (all during covid, virtual) and frequently refer back to your amazing instruction. You def have the calling of a professor (not to mention your obvious chops as an engineer).
Boy, this video indeed demonstrated the mission of the channel as stated: hitting that sweet spot between basic and too complex. I often find myself frustrated right in that "Twilight Zone", googling and switching between articles and videos (only to become more frustrated).
As someone else was saying, this made JWT make sense as well...after reading through stuff that was starting nicely, bulding up nicely, only to then muddy the waters in an epico style 😁. Was tempted for the first time to read the RFC.
Bookmarked, subscribed, and will certainly chek the other videos. Thanks!
Thank you for the kind words! Glad you enjoyed this series.
Thank you for supporting the channel =)
The best video I found on RUclips on this topic! ❤🎉
Best video yet, BY FAR. All well explained, and following all the principals that we should have in count when learning encryption and informatic security.
I am currently enrolled in Cisco's cybersecurity course and I always look at this particular video whenever I get symmetric and asymmetric and public and private keys confused with one another. Very very good tutorial.
i dont think GPT can explain it this way this days... Cryptography is the major topic in ISS, it paves the way to understand, Authentication, Acess control and internet network security... with this regard all your explanations starting from the concept Key are paramount ! i cant thank you enough!
Thanks for all of this. Superb content and presentation!
Does anyone else feel guilty when you forget to like a video as you’re gobbling this stuff up?
I am taking an algorithms course where I implemented all the math for calculating RSA keys, but still could not understand how to use them. Now I get it! Thanks, this video was great!
The best video to understand how JWT works (although jwt is not explicitly discussed in the video). Can't thank you enough for such a clear and simple explanation!!
I meant how JWT signatures work
Thank you for the kind words, and thank you for supporting the channel =).
Absolutely brilliant content! Thank you for taking the time to create this!
You're very welcome. Glad you enjoyed it.
This video is awesome, congratulations guys! You explain complex topics in a very simple, elegant and didactic way.
Glad you enjoyed it, Tony =). I'm sure you'll enjoy the rest of the Crypto series:
ruclips.net/p/PLIFyRwBY_4bTwRX__Zn4-letrtpSj1mzY
Love the way you explain. Everything is crisp and clear
Thank you for explaining each topic with such clarity! This is very very helpful.
I am currently reading a book on cryptography and hash functions and this is a really good illustration. Well done!
Thank you, momo. =)
Very nice. Concise, clear with simple and effective animated diagrams. Not sure if it gets any better than this.
Glad you liked it! =)
Thank you so much, you made my day, I've been reading bunch of articles about it, there was unclear idea to me (which I can use the private key to encrypt the data and use the public one for decypt) by your video you made the pic clear to me
Wohoo! Glad I could help. Glad it makes sense now =)
Thanks again for making this available to us, just finished the playlist enjoyed it, well explained.
Glad you've enjoyed it! Next video releases Monday =)
Thank you for your time and effort for sharing us all this knowledge for free.
You always know how to make life brighter for everyone you know. Thank you so much for spending your Golden time to make such useful Video. these Keys are not easy to understand and to explain but you make it so much easy to understand. Thanks, waiting for your next Video. ✌
Thank you for the kind words, Rafay. Glad you're enjoying this content =)
no words to explain. excellent series
This is one of the best explanation of the difficult subject.I was struggling to understand the base of this topic..Now it's cleared.Thank you very much..!!
You know why this video is the Best?
Because it doesn't hide the fact you can Encrypt with public and Decrypt with private
but ALSO Encrypt with private and Decrypt with public
May are too scared to say that.
If you enjoyed this video, you'll love my video on RSA where I prove exactly that with the math =)
Your videos are really super useful and interesting.thank you for the time you dedicate in making these contents.greetings from Italy.Paul.
Hi Paolo! Glad you enjoyed them! Thank you for the kind words. Cheers!
im currently working on Project Spring Security ... this content helps me so much can’t thank you enough
What a great explanation. Finally it all make sense. Thank you for providing this video. Really really helpful.
Cheers Fuady =) Glad it helped! Thanks for the kind words.
Thanks!
You're welcome! Thank you for supporting the channel =)
Thanks bro!I struggled a lot to find out this stuff,but you help me a lot just in a few minutes!You are so amazing!
Excellent Jeff! Glad it makes sense now. Cheers!
The best explanation i have found about pgp. Thank you
Woooooooonderful.
I am amazed about deep details this video is providing.
Well Done,
Thank you so much!
Glad you enjoyed it, Hosein =) You're very welcome.
This is the BESTTT lecture to Public & Private key & how TLS works... Thanks a Lot Man 😊❤️😊
So far best explaination seen on internet.
agree, this is the best video series explain how the ssl/tls and encryption works.
The best explanation I came across after a lot of reading.................Thanks a lot sir
Really well done video. There's not so many well-made videos that take on the concept, because you can't just dip your toe in the water and experience the totality and awesomeness of encryption and how it sets the stage for what we do and use daily.
I can also highly recommend Paul Turner's RUclips videos on SSH and PKI. And then Ivan Ristić's excellent book on SSL and TLS (Bulletproof SSL and TLS - Feisty Duck publishing) - the book started off as a very good TLS 1.3 book but has transpired into something much more and is currently in its second edition (preview stage).
If you truly want to get to grip with SSH and PKI - play with it on your PC. It's free and with a bit of virtualization you can toy with SSH Authentication against servers. Heck, PGP is also straight forward with GPG cli and on Windows you get Kleopatra for the GUI experience (although with GPG command line you can do a lot more like sub keys).
Ivan's book is solid. I haven't heard of Paul, just looked up a few of his videos and yes, I agree, it also looks pretty solid. Glad to be compared to such high quality sources. Thanks, CKZA10 =)
thanks, no one else explained this as good as you did.
You have really simplified this mystery for me. Thank you!
Thanks, saved my life with such clear explanation
Very helpful video. One thing I wish to clarify, 11:07 it is mentioned that signature provides Integrity and Authentication. I can't understand how it is related to Authentication. At best it can provide Non Repudiation AFAIK. Can you please review this
You are a great tutor and you’ve just got a subscriber, good sir. I’ve read tens of articles about ASE and this video is way better than any of them combined (although some were more about the actual functions than the general idea)
New sub here. I'm studying for the A+ after getting the Google IT Support Professional cert, and ran across your channel. It's really helping me fill in the gaps on some big topics I was confused on, and helping me understand more of the basics so I can in turn understand some of the more advanced stuff for the Network+ and Security+. I seem to be learning these concepts the way you are teaching them. Thank you.
Great job on the presentation. Very clear and concise. Loved the "tell me what you are going to tell me, tell me, then tell me what you told me" approach! For your future lessons I'd like to note a piece of feedback you might want to consider. You are using colors to highlight object differences. Consider the fact that there are color blind folks out there. Perhaps in the future in addition to colors use shapes to highlight the difference. E.g. Jim's keys could have square base, while Pam's could be round and so on...
Hi Andrey, thanks for the kind words. Glad you enjoyed it =)
Great call about color blind safe graphics. I'm afraid this video is from my SSL/TLS deep dive course, and the colors end up consistent throughout the entire course -- over 800 PowerPoint slides. At this point, changing every instance of a "red" key to something with different shape would be an enormous amount of work -- something I can not take on my plate at the moment =(.
You are right, though, I wish from the beginning I had created the illustrations while accounting for color blind folks.
@@PracticalNetworking Sorry, I should have been clearer. I didn't mean to redo the existing lessons. I meant for when you make new lessons in the future on w/ever subject, it's something to consider. I'm not color blind myself, but when I was watching the keys move around and color messages, I had that thought that being able to see those colors correctly helps a lot, but not everyone can see colors. Anyways, awesome course! And I really want to compliment your public speaking skills! Kudos!
@@AndreyKhomyakov Thank you for the kind words. Creating effective learning content that is effective, and also inclusive, is an important problem to solve.
Best explaination I had seen out there! Thanks!
After watching a lot of animated videos on the same topic, this is so far the easiest explanation.
o one else explained this as good as you did! Great job 👏🏼
Most valuable video i have seen in this year 🎉🎉🎉🎉 am really astonished ❤
Thanks for the great video. Really clear and good explaination.... I just need to come back and watch it several more times to make sure I grasp all the details!!!! Mind explosion now, haha!
the series are awesome! Thank you for your content
You're very welcome. Thank you for supporting the channel !
Great video and illustration. This reinforces what I've learned in school. I am still a bit lost trying to understand what, exactly, we're talking about when we're talking about these keys. Like, I apparently do understand the concepts, (cuz this matches what I knew from school) but I struggle to understand 'when' we're using these keys, how we 'get' them...what are real-world examples of using them, etc. Like, what is the scenario when one determines whether to sign with their public key vs their private key ? I've done packet tracer labs where I've configured IPsec tunnels and still don't grasp what I was doing' lol. I just mean,...I think it'd be so helpful (at least, for me) to see/hear what a real-world scenario using keys is. Hopefully that makes sense, and someone could take a moment to enlighten. Thanks, all, and thanks, Ed, for all the time and great, direct, illustrative content.
Hey Scott! I think you'll enjoy the next video. It's going to call out where all these various cryptographic functions we've discussed actually come into play in SSL (but conceptually, it will also apply to IPsec and SSH, as well).
0:00 I gotchu bro
Thank you for making it so easy to understand 🙏
You’re welcome 😊
Thank you so much for your explanation. It is very clear and accurate. 🎉🎉🎉
Thanks for this great lesson which very clearly explains the topic!
Thanks . look forward to all of these and never disappointed, bonus points for using Pam and Jim instead of Bob and Alice too. unique :-)
Hi Don! Glad you enjoyed this too!
When I teach this in real life, I add stories to the messages Pam and Jim are sending, and they mostly follow plot points from the Office. Ahh, I miss teaching in person ;).
Bob and alice is used for Compatiasecurity+ course
this was the most amazing explaination ive ever heard!!!! thankyou sooooooo muchhhh
Such a perfect and clear explanation
Glad you enjoyed it!
At 3:20, you mentioned that Jim can verify integrity of the message by just decrypting the message by using Pam's public key. If the message has been tempered with, Jim would see a garbled message. However, how would Jim know whether Pam intended or not intended to actually send a garbled message. Maybe she did send the garbled message and it was not tempered with..?
Great question! You've perfectly realized why encryption alone isn't enough, because whatever the result of decryption is, there is no way for the receiving entity to confirm whether the decrypted content matches what the initiator sent.
That is why you also need a mechanism for Integrity to pair with your Encryption. =)
I tie them together in the "How TLS uses Crypto" video of this series. I encourage you to watch that one next =)
Every clear and easy to understand, thanks for sharing!
I want to project this video into the sky like the batman, just to give you the proper credit. BRAVO
Thanks for making understand easy what I couldn't understand for years
After watching other some 100 channels vodes, I was hopeless to understand about actual tsl. Now I could easily get it at single shot about it. I knew it's always who teaches make difference but not the other way.b
Excellent, glad it makes sense now =)
Great job and really well explained with simple manner