You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CipherX is a verification project for Advanced Encryption Standard (AES-128) using Universal Verification Methodology (UVM). It leverages Verilog, SystemVerilog, and Python to ensure robust encryption algorithm validation, integrating comprehensive UVM components and tests.
A Ceaser Cipher is an algorithm that shifts each letter in the plaintext by a fixed number of positions. This repository provides a deep dive into Ceaser Cipher algorithm using Python. Really fun and easy to build algorithm code explained in simple manner.