Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
github.com/mgxian/secret-tunnel
secret-tunnel是一个透明的TCP加密隧道,包含客户端与服务端。 secret-tunnel会把发送到secret-tunnel客户端的数据加密之后发送给secret-tunnel服务端, secret-tunnel服务端接受到数据之后解密,然后发送给后端真实的用户服务。
数据如下图方式流动:
------------ 加密 ------------------------ 解密 ------------
| |---------->| |---------> | |
| A | | secret-tunnel | | B |
| |<----------| |<----------| |
------------ 解密 ------------------------ 加密 ------------
这样AB之间的通信就是加密的,不需要再做加密处理。
go get github.com/maogx8/secret-tunnel
secret-tunnel --help
secret-tunnel -p 1027 -k maogx8 -s 192.168.12.211:1026
secret-tunnel -server -p 1026 -k maogx8 -r 192.168.12.211:1025
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.