first of all thanks for this great project.
I use 0.2.2 and the password authentication works fine when using passwords that contain ASCII characters but I have problems with non-ASCII ones. E.g. UTF-8 with German umlauts (äöüß). SSHD rejects the login because of wrong password.
Since the same password string can be used for ldap_login() this seems to be a problem somewhere in phpseclib (encoding?).
Any idea what may cause this and how to fix it?
Thanks in advance for your help.
