Skip to content
View seohyun-hwang's full-sized avatar
💭
Studying!
💭
Studying!

Block or report seohyun-hwang

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.

Content in all repositories owned by your account will be closed.
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
seohyun-hwang/README.md

Hello! 👋

I study computer science at Columbia University.
I play the violin and like to code. I also enjoy playing soccer and golf.

Substack blogs: https://substack.com/@seohwang

Pinned Loading

  1. PwManagerWithAES PwManagerWithAES Public

    Password manager (load, search, add, edit, delete, save, save-and-quit) with AES encryption and OOP; the correct master password is required to gain entry into the manager.

    Java

  2. Heart-disease-prediction-ML-algo Heart-disease-prediction-ML-algo Public

    Prompts user for info on various bodily conditions of a patient, then returns a binary output of whether the patient in question has a heart disease or not with accuracy of ca. 85.246 %. Relies on …

    Python

  3. text-editor-java text-editor-java Public

    ALPHA STAGE! Implemented in Java: JFrame GUI, character insertion/deletion, DoublyLinkedList, line-wrapping, persistent storage.

    Java

  4. onlineEncryptionHub onlineEncryptionHub Public

    Fullstack LLM-supported application that stores encrypted messages online. SpringBoot + ReactJS Vite + H2 database; fully custom-rolled encryption algorithms (PBKDF2, SHA-256, AES-256-GCM) without …

    Java