diff --git a/projects.php b/projects.php index 2194dff..3ccba52 100755 --- a/projects.php +++ b/projects.php @@ -27,7 +27,7 @@ This web riddle series was a lot of fun for me to create. Once I got the design

500 Words:

This site was based off of this site. I basically wanted to only write 500 words because 750 is just outrageous. It used to store information in an unencrypted text file, but I have updated it to be both encrypted and stored in a database instead. The encryption uses the user's password as a key, but since the password is hashed in the database there is no way for me, the owner, to unlock the information. This was something of an exploration into cryptography.
Technologies used: HTML, CSS, JS, PHP, PDO, SQL
- You can find it here if you want to check it out. + You can find it here if you want to check it out.

Blog:

This blog never really amounted to much as I never really maintained it. It was mostly thrown together because I wanted to practice my PHP, so even though the blog itself is basically a failure I still gained a lot from it in terms of experience. I plan to bring it back one day, but I currently have no real reason to do so.