I am using an Apache DBD authentication to log into a PHP application. The password are stored in SQL using the PHP function password_hash() and using BCRYPT encryption. Everything works well except when a user wants to include the squared character ² into his password: the authentication fails to perform.
Has anyone already met this problem before?