cryptohome: TpmGetPassword uses string for a password and truncates it at the first zero byte |
||
Issue descriptionCurrently, cryptohome D-Bus interface uses the string type to get passwords in the TpmGetPassword command and truncates the password at the first zero byte. With tpm password being just an array of random bytes (that may include 00) rather than a string of printable characters, the interface should use an appropriate representation for it.
,
Oct 12
|
||
►
Sign in to add a comment |
||
Comment 1 by apronin@chromium.org
, Feb 13 2017