updated 500s URL

This commit is contained in:
luke
2020-12-09 18:46:15 -05:00
parent 65f8787e19
commit 91929a19d4

View File

@@ -27,7 +27,7 @@ This web riddle series was a lot of fun for me to create. Once I got the design
<h2>500 Words:</h2>
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.
<br>Technologies used: HTML, CSS, JS, PHP, PDO, SQL<br>
You can find it <a href=https://lukeogburn.com/500 target=_blank>here</a> if you want to check it out.
You can find it <a href=https://500.lukeogburn.com/ target=_blank>here</a> if you want to check it out.
<h2>Blog:</h2>
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.