Author: Mateusz Gierblinski

  • Fuzzing Open Source Applications

    Fuzzing Open Source Applications

    Introduction Fuzzing is an automated software testing technique used primarily to uncover bugs and security vulnerabilities in software. It involves generating many genuine, random, semi-random and faulty inputs to a software program to crash or behave unexpectedly. Here are few key aspects of fuzzing: Types of Fuzzing: AFL++ AFL++ (American…

  • PKI Infrastructure

    PKI Infrastructure

    Public Key Infrastructure (PKI) is a system of technologies and protocols that enables secure communication and digital identity verification by using digital certificates and cryptographic keys. What is PKI Infrastructure? PKI, which stands for Public Key Infrastructure, is a comprehensive framework of policies, processes, technologies, and cryptographic techniques used to…