[Spring Boot Security] #07 SSL & HTTPS

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

In this episode you will understand what HTTPS is and how it enhances security of your web applications. You will see a comparison between HTTP and HTTPS, how HTTPS works and what is a SSL certificate.
_______

⚫ Source code

_______

Check out the latest software programming articles on my blog, where you will find lots of software development tutorials that will sharpen your programming skills

_______

⚫ Say hi on social

#springboot #spring #java #webapplication #security #https #ssl #springsecurity #springbootsecurity #dangeabunea

_______
Created with ❤️ by Dan Geabunea (Romanian Coder)
Рекомендации по теме
Комментарии
Автор

Thank you for making these videos! Worth noting that the client uses RSA encryption to encrypt and send the symmetric key that client and server will use from now on for communication. (because in the video you say the client sends the key to the server, but without RSA any attacker can see this key and decrypt all communication)

mostinho
Автор

Hi Dan, great to see another series!
Thanks sofar for all the effort you put into them and very well explained 👍🏽 Looking forward to the rest of these vids. 😃

Greets Ray

raymondmouthaan
Автор

Please add these spring security videos in a separate playlist 😊

uma_r
Автор

Very nice explanation.. Thank you so much for making these valuable tutorials..

perumalsamy
Автор

Can you make a video about crudrepository with examples?

LenoTavaresCabral
Автор

how does your server/app understand a session created by the browser? is this build in Spring?
@Romanian Coder

xSYNDICATEDx