Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gitee.com/tcp_safe_communication/tcp_client_demo

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitee.com/tcp_safe_communication/tcp_client_demo

  • v0.0.0-20210417154331-9da492653b9a
  • Go
  • Socket score

Version published
Created
Source

tcp_client_demo

介绍
  • tcp安全通信的客户端模板
  • 目前实现语言:golang,java
软件架构

使用golang内置库的net库来完成tcp通信,采用一个客户一个协程的模型。 在认证之前,服务和客户采用指定指令来完成认证过程,认证完成才会进入加密通信。

TCP认证流程图

输入图片说明

安装教程 && 使用说明

Golang: 认证后的通信在communication方法中:

  1. 我们只要在dealReceiveData方法中处理收到的数据。
    输入图片说明
  2. 发送数据调用ClientConn对象的WriteDecrypt方法就行。

Java:

参与贡献
  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request
特技
  1. 使用 Readme_XXX.md 来支持不同的语言,例如 Readme_en.md, Readme_zh.md
  2. Gitee 官方博客 blog.gitee.com
  3. 你可以 https://gitee.com/explore 这个地址来了解 Gitee 上的优秀开源项目
  4. GVP 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目
  5. Gitee 官方提供的使用手册 https://gitee.com/help
  6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 https://gitee.com/gitee-stars/

FAQs

Package last updated on 17 Apr 2021

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc