How to identify encryption algorithm used in ciphertext?

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

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

5条回答
  •  闹比i
    闹比i (楼主)
    2021-02-01 10:21

    You can try fbcrypt which will scan for known hash & crypto signatures: http://fwhacking.blogspot.com/2011/03/bfcrypt-crypto-scanner.html

    For now it supports MD5, CRC32, Blowfish, DES and SHA256, but more will be added soon. Anyway as the source is available you can also add your own.

提交回复
热议问题