How to identify encryption algorithm used in ciphertext?

后端 未结 5 662
忘掉有多难
忘掉有多难 2021-02-01 09:36

Is there any ways to try to guess encryption algorithm used to encrypt the ciphertext?

5条回答
  •  南笙
    南笙 (楼主)
    2021-02-01 10:24

    Tools to see it:

    • PEiD with the Krypto Analyzer (KANAL) plugin
    • IDA Pro with the Findcrypt plugin
    • OllyDbg with the SnD Crypto Scanner
    • x3chun's Crypto Searcher
    • Keygener Assistant
    • Hash & Crypto Detector (HCD)
    • Draft Crypto Analyzer (DRACA)

    but all to executables. found here : http://fwhacking.blogspot.com.br/2011/03/bfcrypt-crypto-scanner.html

提交回复
热议问题