1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-22 22:23:19 +02:00

Encrypt passwords stored in session by a key stored in cookie (thanks to Michal Spacek)

This commit is contained in:
Jakub Vrana
2013-08-11 09:26:18 -07:00
parent 1bdb65c4dc
commit 6160604023
3 changed files with 27 additions and 6 deletions

View File

@@ -11,6 +11,7 @@ Add links to documentation
Disable underlining links
Improve speed of CSV import
Keep form values after refresh in Firefox
Encrypt passwords stored in session by a key stored in cookie
Don't append newlines to uploaded files, bug since Adminer 3.7.0
Don't display SQL edit form on Ctrl+click on the select query, introduced in Adminer 3.6.4
Use MD5 for editing long keys only in supported drivers, bug since Adminer 3.6.4