Skip to content
View Sonath21's full-sized avatar

Block or report Sonath21

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. spotify-controls spotify-controls Public

    GNOME Shell extension that adds Spotify playback controls and track info to the top bar. This extension is not affiliated, funded, or in any way associated with Spotify.

    JavaScript 25 12

  2. OneTimePad-Crypto OneTimePad-Crypto Public

    This Python project implements a simple cryptographic system using the One-Time Pad (OTP) method. The OTP is a symmetric encryption technique where a random key is used only once to encrypt a messa…

    Python

  3. LFSR-BruteForce-Decryption LFSR-BruteForce-Decryption Public

    This Python project implements a cryptographic analysis using a Linear Feedback Shift Register (LFSR). The project includes functions to encode and decode text, perform XOR operations, generate key…

    Python

  4. RC4-Encryption RC4-Encryption Public

    This project provides a Python implementation of the RC4 encryption algorithm. It includes functions for converting text to binary and binary to text, demonstrating how to encrypt and decrypt messa…

    Python

  5. AES-Encryption-Bit-Flip-Analysis AES-Encryption-Bit-Flip-Analysis Public

    This project provides a Python implementation to analyze the impact of bit flips on AES-encrypted messages. It supports encryption using AES in both ECB and CBC modes, introduces random bit flips i…

    Python

  6. RSA-Wiener-Attack RSA-Wiener-Attack Public

    This project implements Wiener's attack to exploit the vulnerability in RSA when the private exponent d is small. The script finds the private key d using continued fractions and then decrypts a gi…

    Python