Symmetric and Asymmetric Encryption

preview_player
Показать описание

If this video was useful, please like it and subscribe, it really helps! Also, if you use an ad blocker, whitelisting my channel is very much appreciated!

If you are studying for a specific course, to watch the videos in their intended order and only those applicable to your Computer Science course, please use the playlists on my channel page.
Рекомендации по теме
Комментарии
Автор

Cheers mate I ended up getting an 8 on the GCSE, thanks to you.

spectre_
Автор

3:45 if the bank encrypts something with the private key and sends it to a customer, can't this message be intercepted and decrypted by anyone who has the public key, making the communication insecure?

elmi
Автор

Thanks, great video!
Next time could you please post a video with regards to how to program on pseudocode and python for beginners

mxryxmk
Автор

Thanks for the help, this topic now makes a lot more sense! But i have 2 questions: With a key being public to everyone in Asymmetric encryption, does that mean anyone can interfere and decrypt the information sent by the bank, since the public key is public to everyone? And is it supposed to be that you can never read the data sent to the bank, but you can read the data being sent FROM the bank?

RosettaTone
Автор

Why hello there! Thanks for the 8 in cs :)

Wenedi
Автор

I'm going into a level now. Would the videos you make for a level comp sci be finished this year

ammaarhtc
Автор

I'm confused.... *Please help!*
Session key is the one that is the secret key. Once it has been encrypted using the public key of the receiver, the sender will send the encrypted session key. So when the receiver receives it, he uses his private key to decrypt the session key. (which is the secret key)
So next time the data is transfered, will the session key be used for both encryption and decryption? Since the same key is used to encrypt and to decrypt.

chemical_x