Block a user
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.
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
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.