GithubHelp home page GithubHelp logo

decrypt-securecrt-password's Introduction

解密SecureCRT保存的密码

1. 前置条件

  • 准备好Python3环境

2. 安装依赖包

pip3 install pycryptodome

3. 下载SecureCRTCipher.py脚本

SecureCRTCipher.py

4. 确认配置文件路径路径

打开 SecureCRT > Options > Global Options > Configuration folder ,获取配置文件路径

5. 打开 *.ini 配置文件,获取加密的密码

S:"Password V2"=02:******

02:之后的字符串就是加密密码

6. 执行python脚本进行解密

python3 SecureCRTCipher.py dec -v2 ******

7. 注意事项

  • 由于 SecureCRT 默认是没有配置 Configuration Passphrase 的,所以我们在执行命令的时候,默认不需要加 -p 参数

decrypt-securecrt-password's People

Contributors

markvivv avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.