tmoonlight / NSmartProxy

NSmartProxy是一款开源的内网穿透工具。采用.NET CORE的全异步模式打造。(NSmartProxy is an open source reverse proxy tool that creates a secure tunnel from a public endpoint to a locally service.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

请问Client端和Server端通讯是加密的吗?

KevinL2015 opened this issue · comments

看了下代码客户端登录的时候账户密码明文传输?

那个密码只是12309登录用的,实际传输过程的密码是加过密的,另外协议中的加密不在这个软件的设计范围内。这和三层交换机或者路由器也不会对传输进行加密是一个道理