Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
guyoung committed Jan 3, 2022
1 parent d82e268 commit 977234e
Show file tree
Hide file tree
Showing 10 changed files with 49 additions and 11 deletions.
2 changes: 2 additions & 0 deletions CaptfEncoder-V1/README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ CaptfEncoder是一款跨平台网络安全工具套件,提供网络安全相

![CaptfEncoder Screenshot](https://github.com/guyoung/CaptfEncoder/raw/master/CaptfEncoder-V1/screenshot/captfencoder-screenshot-1.png)



## 使用

* git clone https://github.com/guyoung/CaptfEncoder.git
Expand Down
16 changes: 13 additions & 3 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,15 @@

CaptfEncoder 是一款跨平台网络安全工具套件,提供网络安全相关编码转换、古典密码、密码学、公钥加密、聚合查询、杂项等多种实用工具。

CaptfEncoder V3 版本使用Rust开发,可执行程序体积小(Windows 6M左右,其他操作系统10M左右),速度更快、性能更优、功能更强。
CaptfEncoder V3 版本使用Rust开发,可执行程序体积小,速度更快、性能更优、功能更强。


![CaptfEncoder screenshot](https://github.com/guyoung/CaptfEncoder/raw/master/images/captfencoder-v3-screenshot-1.png)

CaptfEncoder V3 版本支持脚本扩展。

![CaptfEncoder screenshot](https://github.com/guyoung/CaptfEncoder/raw/master/images/captfencoder-v3-scripts-creenshot-1.png)

## 支持操作系统

* Windows
Expand Down Expand Up @@ -59,12 +63,18 @@ Centos 7 运行截图
* Base64 编码
* Base16 编码
* Base32 编码
* Base系列编码(Base58,Base62,Base62,Base85,Base91)
* Base系列编码(Base58,Base62,Base62,Base85,Base91,Base92)
* Url 编码
* Html entity 编码
* Shellcode 编码
* Unicode 编码
* 莫尔斯电码
* 莫尔斯电码
* Punycode 编码
* Quoted-printable 编码
* Tap code 编码
* Uuencode 编码
* Brainfuck 编码


* 古典密码
* ADFGX 密码
Expand Down
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ Captfencoder is a rapid cross platform network security tool suite, providing ne

![CaptfEncoder Screenshot](https://github.com/guyoung/CaptfEncoder/raw/master/images/captfencoder-v3-screenshot-1.png)

CaptfEncoder V3 develop by Rust, executable file that are smaller (Windows around 6M,Other operating systems around 10M), faster, better performance, and more comprehensive.
CaptfEncoder V3 develop by Rust, Executable programs are smaller, faster, better performing, and more powerful.

CaptfEncoder V3 suport script extension.

![CaptfEncoder screenshot](https://github.com/guyoung/CaptfEncoder/raw/master/images/captfencoder-v3-scripts-creenshot-1.png)

## Support operating system

Expand Down Expand Up @@ -53,12 +57,18 @@ Centos 7 screenshot
* Base64 encoding
* Base16 encoding
* Base32 encoding
* Base series(Base58,Base62,Base62,Base85,Base91)
* Base series(Base58,Base62,Base62,Base85,Base91,Base92)
* Url encoding
* Html entity encoding
* Shellcode encoding
* Unicode encoding
* Morse code
* Punycode encoding
* Quoted-printable encoding
* Tap code encoding
* Uuencode encoding
* Brainfuck encoding



* Classical cipher
Expand Down
16 changes: 16 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
[
{
"version": "3.1.0",
"versionNumber": 30010,
"builddate": "2022-1-2",
"description": "CaptfEncoder V3.1.0 released",
"changes": [
"[ADD] Script extension",
"[ADD] Base92",
"[ADD] Punycode",
"[ADD] Quoted-printable",
"[ADD] Tap code",
"[ADD] Uuencode",
"[ADD] Brainfuck",
"[Update] GUI"
]
},

{
"version": "3.0.1",
Expand Down
Binary file modified images/captfencoder-v3-screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/captfencoder-v3-screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/captfencoder-v3-screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/captfencoder-v3-screenshot-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/captfencoder-v3-scripts-creenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions product.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "captfencoder",
"description": "Captfencoder is an optimize cross platform network security toolkit",
"description": "Captfencoder is a rapid cross platform network security toolkit",
"productName": "CaptfEncoder",
"productDescription": "Captfencoder is an optimize cross platform network security toolkit",
"productDescription": "Captfencoder is a rapid cross platform network security toolkit",
"productVersions": [
{
"version": "3.0.1",
"versionNumber": 30001,
"builddate": "2021-12-20",
"description": "CaptfEncoder V3.0.1 released"
"version": "3.1.0",
"versionNumber": 30010,
"builddate": "2022-1-2",
"description": "CaptfEncoder V3.1.0 released"
}
]
}

0 comments on commit 977234e

Please sign in to comment.