Skip to content
View SeanLachhander's full-sized avatar

Block or report SeanLachhander

Report abuse

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

Report abuse

Pinned Loading

  1. Image-Encryption-Using-AES Image-Encryption-Using-AES Public

    This prototype system encrypts and decrypts an image using the AES algorithm in two ways. I have also added a 4-round AES encryption/decryption option for image(s).

    Java 12 5

  2. Steganography Steganography Public

    Hide a text document (text.txt) within the same folder as this program into an image (host_image.jpg). The GUI will show the host image in the left panel. The hiding will be performed by replacing …

    Java 3 1

  3. MP3-Music-Organizer-In-C MP3-Music-Organizer-In-C Public

    The executable version of the program is named organizer. The makefile ensures this. The organizer program supports the following usage: organizer [musiccollectionpath].

    C 1

  4. Software-Bug-Prediction-Using-BERT Software-Bug-Prediction-Using-BERT Public

    Software Bug Prediction Using BERT

    Jupyter Notebook 1

  5. OS OS Public

    This project consists of writing an Operating System in x86 architecture. This project requires work within a UNIX/Linux environment, systems programming, C language, and computer systems in general.

    C

  6. SimpleDB SimpleDB Public

    Simple Database Project

    Java