Abang Lazabang.hashnode.dev·Jan 1, 2025Understanding SSL and HAProxy SSL Termination on Ubuntu 16.04Securing online communications is a cornerstone of the modern internet, and Secure Sockets Layer (SSL) plays a critical role. This post explains SSL's key concepts, its two main elements, and how to implement SSL termination with HAProxy on Ubuntu 16...#WebInfrastructure
Sai Keerthan Kasulakeerthankasula.hashnode.dev·May 5, 2024Part 3 : The public key infrastructure and certificate managementWith respect to my previous articles, I explained how encryption and decryption are performed, including the elements used for the hybrid encryption. As we know, we use two keys for asymmetric encryption: a public key and a private key. The term "pub...1 like·36 readsCertificate Exchange
Sai Keerthan Kasulakeerthankasula.hashnode.dev·Apr 11, 2024Part 1 : Cryptography and it's types, Explained!Have you ever wondered how data is securely transferred from one entity to another and what developers actually do to ensure that the transmitted data is secure? How cryptography is involved in dealing with application or information security? Well, ...46 readssecure communication