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
In this repository, the best solutions of data structures, combinatorial algorithms, game theory, artificial intelligence will be assembled. All implementations in the Javascript programming language.
Cipher Encryption/Decryption This project is a simple implementation of the cipher encryption and decryption algorithm using JavaScript, HTML, and CSS. The cipher is a substitution cipher that replaces each letter in the plaintext with a letter a certain number of positions down the alphabet.
The QDC Security Lab is designed to teach the fundamentals of modern cryptography by demonstrating how algorithms evolve to fix structural weaknesses. Users can experiment with three generations of the QDC cipher, hide data using steganography, and analyze security metrics like the Avalanche Effect and Frequency Analysis.