apache - Using bcrypt for htpasswd on Elastic Beanstalk -


when use bcrypt password .htpasswd file on elastic beanstalk application (php7 environment), unable authenticate because server doesn't support bcrypt.

expected:

$ htpasswd -nbb username password username:$2y$05$jtwicicmg.vgfy4tblvo0uabnw2vqcaat2ruyuhqxg2e3iaa/xxiq 

actual:

$ htpasswd -nb username htpasswd: bcrypt algorithm not supported on platform 

is there can add .ebextensions/app.conf install bcrypt apache?


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -