Published inLevel Up CodingCryptography: Implement RSA cryptosystem yourself in CJoin the Crypto Adventure: Building Your RSA Cryptosystem in CSep 30, 2023Sep 30, 2023
Published inLevel Up CodingCryptography: Random number generators and Miller-Rabin primality test implementationRandomness is a part of your life and it plays a crucial role in computing.Sep 26, 2023Sep 26, 2023
Published inLevel Up CodingCryptography: Prime Numbers, Miller-Rabin Primality TestToday we are going to talk about prime numbers and the Miller Rabin Primality test, let’s jump inMay 28, 2023May 28, 2023
Published inLevel Up CodingCryptography: RSA basicsThe first part of the series of posts where we’ll be talking about cryptography and getting our hands dirty by implementing it in CMay 21, 2023May 21, 2023
Published inLevel Up CodingDigging into C++ vtablesRecently I remembered one security challenge I solved far ago and decided to investigate more about its technical detailsMar 12, 2023Mar 12, 2023
Published inLevel Up Codingvolatile keyword in CLearn how to fix compiler “optimization”Feb 12, 2023Feb 12, 2023
Published inLevel Up CodingDemystifying void pointersWhy do we need void pointers in C …Jan 22, 2023Jan 22, 2023
Published inLevel Up CodingC pointers guide in 2023C is more than 50 years old but still a popular language. Let’s review its one of the greatest features that makes it so powerfulJan 18, 20231Jan 18, 20231