Skip to content

imbyter/CyberChef_CN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

图片

对开源项目CyberChef的汉化翻译

原项目地址:https://github.com/gchq/CyberChef

翻译方法

本项目仅支持在Linux/MacOS下编译

  1. 安装nodejs:下载https://nodejs.org/en/download/中的linux安装包,然后解压复制文件
tar -xf node-v20.11.1-linux-x64.tar
sudo mv node-v20.11.1-linux-x64/bin/* /usr/local/bin/
sudo mv node-v20.11.1-linux-x64/lib/node_modules/ /usr/local/lib/
  1. 下载CyberChef
git clone https://github.com/gchq/CyberChef.git
cd CyberChef
npm install vm
npm install
  1. 测试:
npm start
  1. 编译打包
npm run build

源文件是/src文件夹中的内容,编译打包后的文件在/build/prod中。

版本

当前翻译版本为CyberChef_v10.8.2,对应:https://github.com/gchq/CyberChef/releases/tag/v10.8.2

进度

仅完成了界面的初步翻译,编码类型仅翻译了Base64,F1也很多没翻译,后续有待完善。

About

CyberChef是一款用于加密、编码、压缩和数据分析的网络应用程序,这是一个汉化版(部分)

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.0%
  • HTML 1.5%
  • CSS 1.5%