v1版本发布 #1
sncce
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
FinalShell 密码解密工具(Python 版)
从 FinalShell 配置文件中解密保存的 SSH 密码。
依赖
使用方式
1. 自动检测本机 FinalShell(推荐)
双击脚本或无参数运行,自动从注册表检测安装路径并解密:
Windows 下会从注册表
HKEY_CURRENT_USER\Software\finalshell读取安装目录,定位conn文件夹。2. 拖放文件夹
将导出的 FinalShell 配置文件夹直接拖到
.py脚本上即可解密。3. 命令行指定目录
4. 解密单个加密密码
5. 加密密码
FinalShell 配置文件位置
%APPDATA%\finalshell\conn\或注册表HKCU\Software\finalshell下的安装目录\conn\~/Library/FinalShell/conn/~/.finalshell/conn/配置文件格式为
*_connect_config.json,包含host、port、user_name、password等字段。算法说明
java.util.Random算法从 head 派生 DES 密钥(完整模拟 Java Random 种子计算和 nextLong 溢出回绕)输出示例
finalshell解密.py
This discussion was created from the release v1版本发布.
Beta Was this translation helpful? Give feedback.
All reactions