Curious is a repository that houses various technical articles and documentation on topics related to cryptography, VPNs, and networking protocols.
This repository contains a collection of technical writings on various subjects within the realm of network security and cryptographic protocols. Each article delves into specific technologies, comparing and contrasting different methods and implementations.
Curious is an exploration of different concepts related to computing and the internet. The primary motivation is fun and learning, without a specific main goal. The topics are diverse and may expand to include other areas of computer science and internet technology in the future.
- IKE.md: Discusses the Internet Key Exchange (IKE) protocol.
- VPN-in-quantum-era.md: Explores the impact of quantum computing on VPN technology.
- chi-vs-gorilla-mux.md: A comparison between Chi and Gorilla Mux for HTTP routing in Go.
- lightcore-express.md: Introduction to the Lightcore Express, VPN protocol for Express VPN.
- mtproto.md: Details on the MTProto protocol.
- openssl.md: Insights into OpenSSL.
- tls-over-ssl.md: Discusses the placement of TLS over SSL.
- tls-placement-in-architect.md: Analysis of TLS placement in network architecture.
- wolfssl.md: Overview of the WolfSSL library.
To get started with the content of this repository:
- Clone the repository:
git clone https://github.com/AminMortezaie/curious.git
- Navigate to the article of interest and open it to read the detailed documentation.
Contributions are welcome! If you have suggestions or improvements, please:
- Fork the repository.
- Create a new branch for your feature or fix.
- Commit your changes.
- Push your branch and create a pull request.