Explore >> Select a destination


You are here

parsiya.net
| | eileencodes.com
13.9 parsecs away

Travel
| | Eileen Codes is a blog by Eileen M. Uchitelle about developing with and learning Ruby on Rails, a programming framework.
| | httptoolkit.com
13.6 parsecs away

Travel
| | To intercept, inspect or manipulate HTTPS traffic, you need the HTTPS client to trust you. If you want to intercept your own HTTPS on...
| | blog.kchung.co
10.7 parsecs away

Travel
| | There comes a time in every engineer's life where it becomes necessary to decrypt SSL/TLS encrypted traffic. Whether it's debugging, security analysis, or just to have plaintext records of traffic, SSL can just get in the way. I recently needed to make a packet capture (pcap) of decrypted SSL
| | dadrian.io
82.8 parsecs away

Travel
| This post is about HTTPS (X.509) certificates used on the web1. It has two parts: Certificates explained without cryptography Certificates explained with cryptography The explanation with cryptography depends on the explanation without cryptography, so you'll want to either read both, or only read Part 1. Certificates and certification authorities, explained without cryptography Websites use certificates to prove that they're the "real" website2, and not an imposter. The certificate is used to bootstrap ...