citronneur / rdpy

Remote Desktop Protocol in Twisted Python
GNU General Public License v3.0
1.67k stars 545 forks source link

Best method to perform encryption downgrade? #87

Open mbrownnycnyc opened 5 years ago

mbrownnycnyc commented 5 years ago

I'd like to perform tweak the encryption to use 40 bit then 56 bit then 128 bit to verify that a client has their RDP server configured properly.

Is it possible to incorporate this into the project?

Thanks,

Matt