ljr/livejournal/doc/raw/int/protocol/authinfo.ent.xml

17 lines
470 B
XML
Raw Normal View History

2019-02-05 21:49:12 +00:00
<key name="username" count="1">
<scalar><des>
Username of user logging in.
</des></scalar>
</key>
<key name="password" count="opt">
<scalar><des>
Password of user logging in in plaintext. Either this or "hpassword" must be present.
</des></scalar>
</key>
<key name="hpassword" count="opt">
<scalar><des>
MD5 digest of user's password. Not much more secure than password, but at least it's not in plain text.
</des></scalar>
</key>