tomatome / grdp

pure golang rdp protocol
GNU General Public License v3.0
195 stars 72 forks source link

Log SHA256 hash of password instead of password #20

Open freimer opened 1 year ago

freimer commented 1 year ago

Log hash of password instead of raw cleartext password fixes #19

freimer commented 1 year ago

I removed the import "C" as this is supposed to be pure Go, and I can't see where it was used anyway.

olljanat commented 1 year ago

I removed the import "C" as this is supposed to be pure Go, and I can't see where it was used anyway.

Good point. With that change build works with CGO_ENABLED=0.