Projects

This is a GPG file verifier that works in the browser, no server is used. The premise is that the file being verified was hashed with SHA256 and that hash file was signed. We verify this hash file. Then we independently hash the file to verify and compare the two hashes. If they match, the file is verified.

This website takes 3 files: GPG public key, signature, and file to verify. It will verify the file using the public key and signature. Utilizing a server lets us verify large files(100mb and more) that were signed directly.

Front-end for CSCI 355 search engine. Built with Next.js and Tailwind CSS. I currently only have downloaded 200 html files that are related to these specific topics: evolution, newton, rome, ecosystem, periodic table, ocean, biology, vaccines, renaissance, computers. So please consider this when using my website.

Search Engine made for CSCI 335 Course Final Project. Once you have html files, this program will index them and allow you to search them. The search engine has programs that generate a stop list, index the files with this stop list, and query the indexed files.
Projects

This is a GPG file verifier that works in the browser, no server is used. The premise is that the file being verified was hashed with SHA256 and that hash file was signed. We verify this hash file. Then we independently hash the file to verify and compare the two hashes. If they match, the file is verified.

This website takes 3 files: GPG public key, signature, and file to verify. It will verify the file using the public key and signature. Utilizing a server lets us verify large files(100mb and more) that were signed directly.

Front-end for CSCI 355 search engine. Built with Next.js and Tailwind CSS. I currently only have downloaded 200 html files that are related to these specific topics: evolution, newton, rome, ecosystem, periodic table, ocean, biology, vaccines, renaissance, computers. So please consider this when using my website.

Search Engine made for CSCI 335 Course Final Project. Once you have html files, this program will index them and allow you to search them. The search engine has programs that generate a stop list, index the files with this stop list, and query the indexed files.