在线体验
界面截图
![图片[1]-史上最全的hash加解密工具CyberChef 在线版本部署-FancyPig's blog](https://static.iculture.cc/wp-content/uploads/2022/01/20220113155829860-1024x493.png?x-oss-process=image/auto-orient,1/format,webp/watermark,image_cHVibGljL2xvZ28ucG5nP3gtb3NzLXByb2Nlc3M9aW1hZ2UvcmVzaXplLFBfMTA,x_10,y_10)
可以智能识别并进行解码
![图片[2]-史上最全的hash加解密工具CyberChef 在线版本部署-FancyPig's blog](https://static.iculture.cc/wp-content/uploads/2022/01/20220113155931812-1024x418.png?x-oss-process=image/auto-orient,1/format,webp/watermark,image_cHVibGljL2xvZ28ucG5nP3gtb3NzLXByb2Nlc3M9aW1hZ2UvcmVzaXplLFBfMTA,x_10,y_10)
![图片[3]-史上最全的hash加解密工具CyberChef 在线版本部署-FancyPig's blog](https://static.iculture.cc/wp-content/uploads/2022/01/20220113155940175-1024x478.png?x-oss-process=image/auto-orient,1/format,webp/watermark,image_cHVibGljL2xvZ28ucG5nP3gtb3NzLXByb2Nlc3M9aW1hZ2UvcmVzaXplLFBfMTA,x_10,y_10)
安装方法
打包版
后续我们会逐步进行汉化,帮助大家更好的理解
编译版
- Github项目地址https://github.com/gchq/CyberChef
- 需要使用Nodejs 10 (如果你是windows的可以直接下载
.msi
文件,下载完成后运行安装即可)
![图片[4]-史上最全的hash加解密工具CyberChef 在线版本部署-FancyPig's blog](https://static.iculture.cc/wp-content/uploads/2022/01/20220113095044300.png?x-oss-process=image/auto-orient,1/format,webp/watermark,image_cHVibGljL2xvZ28ucG5nP3gtb3NzLXByb2Nlc3M9aW1hZ2UvcmVzaXplLFBfMTA,x_10,y_10)
![图片[5]-史上最全的hash加解密工具CyberChef 在线版本部署-FancyPig's blog](https://static.iculture.cc/wp-content/uploads/2022/01/20220113095117454.png?x-oss-process=image/auto-orient,1/format,webp/watermark,image_cHVibGljL2xvZ28ucG5nP3gtb3NzLXByb2Nlc3M9aW1hZ2UvcmVzaXplLFBfMTA,x_10,y_10)
![图片[6]-史上最全的hash加解密工具CyberChef 在线版本部署-FancyPig's blog](https://static.iculture.cc/wp-content/uploads/2022/01/20220113095132326.png?x-oss-process=image/auto-orient,1/format,webp/watermark,image_cHVibGljL2xvZ28ucG5nP3gtb3NzLXByb2Nlc3M9aW1hZ2UvcmVzaXplLFBfMTA,x_10,y_10)
安装Node依赖
npm install grunt-cli --save-dev
npm install
然后本地测试,您可以调整Gruntfile.js
中的本地地址和端口
![图片[7]-史上最全的hash加解密工具CyberChef 在线版本部署-FancyPig's blog](https://static.iculture.cc/wp-content/uploads/2022/01/20220113152155585.png?x-oss-process=image/auto-orient,1/format,webp/watermark,image_cHVibGljL2xvZ28ucG5nP3gtb3NzLXByb2Nlc3M9aW1hZ2UvcmVzaXplLFBfMTA,x_10,y_10)
然后启动
grunt dev
完成后打包就好了
grunt prod
打包完成的文件在build
目录下
常见错误解决方法
grunt相关报错
如果遇到以下错误提示
grunt-cli: The grunt command line interface (v1.4.3)
Fatal error: Unable to find local grunt.
If you're seeing this message, grunt hasn't been installed locally to
your project. For more information about installing and configuring grunt,
please see the Getting Started guide:
运行命令时需要进行调整
npm install grunt --save-dev
之后,就可以正常使用了!
chromedriver安装失败
如果遇到以下错误提示
npm ERR! Failed at the chromedriver@92.0.1 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
运行命令时需要进行调整
npm install chromedriver --chromedriver_cdnurl=http://cdn.npm.taobao.org/dist/chromedriver
© 版权声明
THE END
- 最新
- 最热
只看作者