Zerologon vulnerability (CVE-2020-1472)- does the client challenge have to be eight 0 bytes for the session key to be uniformly distributed?

so I was digging into the Whitepaper published by Secura about the Zerologon vulnerability (https://www.secura.com/pathtoimg.php?id=2055) and I was wondering:
is it required that the client challenge will be eight 0x00 bytes for the sessio… Continue reading Zerologon vulnerability (CVE-2020-1472)- does the client challenge have to be eight 0 bytes for the session key to be uniformly distributed?

how to encrypt and decrypt messages with more than one sender and more than one receiver?

I am creating a chat app. This app contains private messages and channels. These channels include more than one user.
I want to encrypt messages using AES and to transfer the AES key to users of this channel.
I need a secure transport chan… Continue reading how to encrypt and decrypt messages with more than one sender and more than one receiver?