Skip to content
View SeanLachhander's full-sized avatar
Block or Report

Block or report SeanLachhander

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  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 14 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