hacktricks/src/crypto-and-stego/rc4-encrypt-and-decrypt.md

668 B
Raw Blame History

{{#include ../banners/hacktricks-training.md}}

もしRC4を使用してプレーンテキストを暗号化できれば、同じパスワードを使用してそのRC4によって暗号化された任意のコンテンツを暗号化関数を使って復号化できます。

既知のプレーンテキストを暗号化できれば、パスワードを抽出することも可能です。詳細なリファレンスはHTB Kryptosマシンで見つけることができます

{{#ref}} https://0xrick.github.io/hack-the-box/kryptos/ {{#endref}}

{{#ref}} https://0xrick.github.io/hack-the-box/kryptos/ {{#endref}}

{{#include ../banners/hacktricks-training.md}}