I'm a second year Computer Science undergraduate at the University of Manchester. I am familiar with HTML, CSS, Python, Java, SQL and PHP. I am currently learning Rust.
My key areas of interest are Operating Systems, Cyber Security, Backend Web Development and Assembly Language.
Project 1: Divine Link. I created the backend for a webapp using PHP and SQL. I implemented my own salting and hashing for passwords and also implemented protections against SQL injections.
Project 2: Password Manager. I used Python's cryptography package to generate an encryption key based on a master password and then used this to encrypt the password data. I also used cryptographically secure RNG to create random passwords.