Commit Graph

8 Commits

Author SHA1 Message Date
Michal Čihař
c9536a88e9 Move security check behind namespace
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-01-27 11:10:13 +01:00
Michal Čihař
5a3de108f2 Avoid execution outside phpMyAdmin
This is hacky, but avoids path disclossure on direct access to the
scripts.

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-01-27 09:01:29 +01:00
Michal Čihař
cb7748ac9c Update phpseclib to 2.0.1
New version uses PHP 7.0 random_bytes to generate cryptographically secure
pseudo-random bytes.

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-01-19 08:47:51 +01:00
Marc Delisle
c69cc95a6c Typo in variable name
See 01e7c65f07

Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-09-05 12:27:12 -04:00
Madhura Jayaratne
ea422a327e Fix #11387 phpseclib < 2.0 produces deprecated messages on PHP
Update phpseclib to version 2.0.0

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-08-12 11:27:32 +05:30
Michal Čihař
d69f8bdd09 Update phpseclib to latest Git snapshot
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-06-12 10:02:52 +02:00
Marc Delisle
60c67be9b8 Convert end of lines 2013-08-06 13:01:37 -04:00
Marc Delisle
29b297f41f Fix bug "#3853 Blowfish implementation might be broken" by replacing the
library with phpseclib

I could not make PMA_blowfish_test.php work with the new library.
2013-04-01 07:04:25 -04:00