WinRb / WinRM

Ruby library for Windows Remote Management
Apache License 2.0
412 stars 117 forks source link

Question Regarding NTLM/Negotiate #280

Closed jfhutchi closed 1 year ago

jfhutchi commented 6 years ago

I was wondering what level of encryption does NTLM/Negotiate give? 256 bit? Haven't been able to find this searching the web.

fwininger commented 6 years ago

I think it's AES-256 Symmetric keys and it's better to use Negociate with an AD (aka Kerberos). NTLM has some weaknesses.

https://foxdeploy.com/2017/02/08/is-winrm-secure-or-do-i-need-https/

jfhutchi commented 1 year ago

Thank you