Skip to content

Commit

Permalink
v1.0.239.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dplusec committed Sep 1, 2019
1 parent 05345d9 commit dbfa681
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 2 deletions.
46 changes: 44 additions & 2 deletions README.md
@@ -1,2 +1,44 @@
# tgwechat
Secure Wechat like Telegram
# TgWechat

一款采用Telegram类似的安全加密方案实现的保护个人隐私安全的微信聊天插件。

自由切换 端对端加密 安全可靠

不同聊天对象生成不同加密密钥。

随意启用或关闭加密功能。

传输到微信服务器聊天内容是加密的(不怕私密暴露),本地保存内容明文(方便查看)。

功能:

* 支持个人聊天文本内容加密
* 支持内置表情加密
* 支持两人群聊(测试功能,多人聊天还在调试中)

# 使用方法

## 1、安装

使用TgWechat.exe进行快捷安装,还支持更新、卸载、多开微信。

![img](install.png)

## 2、使用

登陆微信后,进入正常聊天流程,此时还是明文聊天。

如果想开始加密聊天,输入@cmd:encrypt,对方收到后也回复@cmd:encrypt,后续所有聊天内容开始加密(手机端看到内容为加密的)。

![img](chat.png)

如果想结束加密聊天,任一方输入@cmd:normal即可。


# TODO

* 图片加密
* 文件加密
* 多人群聊
* 支持macos
* ...
Binary file added TgWechat.zip
Binary file not shown.
1 change: 1 addition & 0 deletions VERSION
@@ -0,0 +1 @@
1.0.239.1
Binary file added chat.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added install.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dbfa681

Please sign in to comment.