prasathmani / tinyfilemanager

Single-file PHP file manager, browser and manage your files efficiently and easily with tinyfilemanager
https://tinyfilemanager.github.io
GNU General Public License v3.0
5.02k stars 1.68k forks source link

passwords with string "+" doesnt work in hash generator #883

Open robinpecha opened 2 years ago

robinpecha commented 2 years ago

Hash with passwords containng string "+" generated at PHP5 PASSWORD HASH GENERATOR https://tinyfilemanager.github.io/docs/pwd.html doesnt work in config.

prasathmani commented 2 years ago

try other free websites to generate, https://phppasswordhash.com/

robinpecha commented 2 years ago

Same problem there. Try this password: some+7password

robinpecha commented 2 years ago

but password_verify works fine: https://php-password-hash-online-tool.herokuapp.com/password_verify gifrec-php-pwd-hash

robinpecha commented 2 years ago

BTW big thanks for great (and probably only) tool :D Would it be possible to add a custom action on file? What I need is to run the file (php/bash/binary). Custom action allow me to insert exec() with some default icon... Or just directly enable running the file?