PicoCTF Power Analysis
30 Mar 2023
This is a writeup for the PicoCTF 2023 PowerAnalysisWarm challenge. This involves side-channel power analysis and a cryptographic understanding of AES. Source code in my github repo.
This is a writeup for the PicoCTF 2023 PowerAnalysisWarm challenge. This involves side-channel power analysis and a cryptographic understanding of AES. Source code in my github repo.
Calculate Euler’s Totient (φn) using the Extended Euclidean Algorithm.