[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RC4 Unicode Passwords?



In ARCHFOUR_string_to_key, can password.data be UTF-8? If so, then I
assume Heimdal does not support Unicode passwords. Not even Latin1.

  for (p = s, i = 0; i < password.length; ++i) {
      *p++ = ((char *)password.data)[i];
      *p++ = 0;
  }

I assume I must be incorrect about this. Otherwise someone probably
would have hit this already.

Mike

-- 
Michael B Allen
PHP Active Directory SPNEGO SSO
http://www.ioplex.com/