GRMrGecko
GRMrGecko created branch master in GRMrGecko/PasswordCheck 2021-06-16 13:31:48 -05:00
GRMrGecko pushed to master at GRMrGecko/PasswordCheck 2021-06-16 13:31:48 -05:00
c05af970bf Added code to verify that zxcvbn was loaded before running and automatically runs when it is loaded. The user will see a zxcvbn loading message in the location where statistics are usually shown.
16615a55f1 Learned that the LinkedIn hash list had some things done to obscure the hash some. I changed the code to work with the obscured hashes.
441dc5e3b6 Changed import method so that the importer loads into memory then dumps from memory to the drive to speed up importing of databases to 10,000 per second.
5358de1006 Corrected statement as I originally wanted to design it to where the password is hashed when clicking check, but now it hashes as you type.
6741d366ad Added loading message so user knows if it's loading.
Compare 9 commits »
GRMrGecko created repository GRMrGecko/PasswordCheck 2021-06-16 13:30:32 -05:00
GRMrGecko created branch master in GRMrGecko/EmailScheduler 2021-06-16 13:30:02 -05:00
GRMrGecko pushed to master at GRMrGecko/EmailScheduler 2021-06-16 13:30:02 -05:00
3f0bc2ba58 EmailScheduler Start.
GRMrGecko created repository GRMrGecko/EmailScheduler 2021-06-16 13:28:47 -05:00
GRMrGecko created branch master in GRMrGecko/PHPCalc 2021-06-16 13:28:03 -05:00
GRMrGecko pushed to master at GRMrGecko/PHPCalc 2021-06-16 13:28:03 -05:00
7ee87ef3d8 PHPCalc Start
GRMrGecko created repository GRMrGecko/PHPCalc 2021-06-16 13:27:37 -05:00
GRMrGecko created branch master in GRMrGecko/RasPiWatch 2021-06-16 13:26:58 -05:00
GRMrGecko pushed to master at GRMrGecko/RasPiWatch 2021-06-16 13:26:58 -05:00
bd24eed3b4 RasPiWatch Start
GRMrGecko created repository GRMrGecko/RasPiWatch 2021-06-16 13:26:20 -05:00
GRMrGecko created branch master in GRMrGecko/MGMMD 2021-06-16 13:25:29 -05:00
GRMrGecko pushed to master at GRMrGecko/MGMMD 2021-06-16 13:25:29 -05:00
296586842f Re-organized, added Tiger, added RMD128, 160, 256, and 320, added MD2 and MD4.
0be24c7fdf Reorganized and added Base64 from libb64.
5670478176 MGMMD Start
Compare 3 commits »
GRMrGecko created repository GRMrGecko/MGMMD 2021-06-16 13:25:09 -05:00
GRMrGecko created branch master in GRMrGecko/ImageDatabase 2021-06-16 13:24:30 -05:00
GRMrGecko pushed to master at GRMrGecko/ImageDatabase 2021-06-16 13:24:30 -05:00
c94bdc878f Fixed some syntax. Fixed upload to encode html and changed plugin loop index variable to $pluginIndex so it's less likely to be used by a plugin. Probably should be using foreach or whatever it is, but I am stubborn. Added to the logout a time change to invalidate the login session. Fixed issue with pus state back to filter/index whenever you click the x button or background. Fixed user creation to use the correct password hashing system.
d2f7bfebaf Added escape key support to close current image.
fc7c34eb4c Changed the way you can change the title of the image database form "Image Database" to anything else. Changed the way tags are handled in editing mode. Added delete button to Tagless Images mode. Added support for browser state which makes it easy to share the state you are in with others by copying the current URL shown in the browser.
a3be9ae994 Added new password system to strengthen passwords against brute force attacks.
255c090a5f Removed unnecessary unlink from uploader and changed date for the uploads to be based on file time. This allows you to copy files to the server preserving the time it was made and go to /upload/complete to have them processed. Fixed me being lazy so that users can enter a quotation mark without having issues of the HTML code being outputted wrong. Fixed the search field so that it also corrects the HTML output rather than outputting raw data. Added the ability to search by date. Enter a date or a "to: from:" query and it will search the database by that date range.
Compare 6 commits »
GRMrGecko created repository GRMrGecko/ImageDatabase 2021-06-16 13:24:00 -05:00
GRMrGecko created branch master in GRMrGecko/Database-Benchmark 2021-06-16 13:23:16 -05:00
GRMrGecko pushed to master at GRMrGecko/Database-Benchmark 2021-06-16 13:23:16 -05:00
6fda9880b4 Added CSV of results.
58b93456d4 Start of database benchmarks
Compare 2 commits »