<div dir="ltr"><div>Hi,</div><div>  nice!</div><div><br></div><div>Anyway, the password protocol is pretty simple I would say. No password or empty are the same (so 0 bytes). You take the password and encrypt (without the NUL terminator) using given padding, algorithm and key.</div><div>Technically you don't need a length due to the padding.<br></div><div><br></div><div>Regards,<br></div><div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">  Frediano</div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno ven 10 set 2021 alle ore 12:30 Andrey Af <<a href="mailto:public.irkutsk@gmail.com">public.irkutsk@gmail.com</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
About 11.5 - it is a section in the documentation (spice protocol).<br>
I am trying to implement the server part on my project (LinuxTerminalService ),<br>
<a href="https://github.com/AndreyBarmaley/linux-terminal-service-manager" rel="noreferrer" target="_blank">https://github.com/AndreyBarmaley/linux-terminal-service-manager</a><br>
<br>
I already have a working vnc and rdp protocols implemented, and I'm<br>
going to add spice protocol..<br>
<br>
2021-09-10 10:06 GMT, Frediano Ziglio <<a href="mailto:freddy77@gmail.com" target="_blank">freddy77@gmail.com</a>>:<br>
> Hi,<br>
>   there's no protocol 11.5.<br>
> There's no data length markeR, password is zero terminated and encrypted,<br>
> if you refer to the default password schema (no SASL).<br>
> Can you explain what you are trying to do?<br>
><br>
> Regards,<br>
>   Frediano<br>
><br>
><br>
> Il giorno ven 10 set 2021 alle ore 06:51 Andrey Af<br>
> <<a href="mailto:public.irkutsk@gmail.com" target="_blank">public.irkutsk@gmail.com</a>><br>
> ha scritto:<br>
><br>
>> Hi,<br>
>><br>
>> For encrypted password, there is definitely no data length market?<br>
>> For example, I don't need a password, authentication is verified by<br>
>> another part of the code, how can I skip this?<br>
>><br>
><br>
</blockquote></div>