0

I can detect a archive type using libmagic or file command. But if that archive type is encrypted, i cant detect that archive is encrypted. Also I want to differentiate archive and encrypted archive. How can i do that? Do you know any tools or method to handle it ?

Any help would be appreciated.

4

1 に答える 1

2

アーカイブ形式によって異なります。一部のアーカイブは(ヘッダーも含めて)完全に暗号化されているため、明らかにランダムであるため、データを見ただけではアーカイブであるとは言えません。

完全に暗号化されていないアーカイブの場合、ヘッダーを見るだけで、それがどのような形式であるかのヒントを得ることができます。(検出しようとしているアーカイブ形式の仕様を参照してください)。

ファイル拡張子に基づくこともできますが、それは少し弱いです。

于 2012-05-24T09:23:25.023 に答える