Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
hdcp-genkey — 漏洩したマスターキーからHDCPソースキーとシンクキーを生成する | Kitploit
ツール/GitHubGitHub/rjw57/hdcp-genkey
組み込みシステムセキュリティ暗号化/復号化ツールリバースエンジニアリング暗号化ハードウェアセキュリティ
GitHubrjw57/hdcp-genkey

hdcp-genkey

漏洩したマスターキーからHDCPソースキーとシンクキーを生成する

リポジトリを見る
1623034年前Kitploit レビュー済み

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有

should be the translated Markdown exactly.

Output must start with "# HDCP鍵生成の例" etc.# HDCP鍵生成の例

このスクリプトは、流出したHDCPマスターキー(master-key.txtにあります)を使用して、PythonでHDCP鍵生成アルゴリズムの簡易版を実装しています。

root@kitploit:~
Usage: generate_key.py [options]

Options:
  -h, --help            show this help message and exit
  -m FILE, --master=FILE
                        load master key from FILE
  -k, --sink            generate a sink key rather than a source key
  --ksv=KSV             use a specific KSV expressed in hexadecimal
  -j, --json            output key and KSV as JSON
  -t, --test            generate source and sink keys and test they work

例:

root@kitploit:~
# Generate a sink key with KSV 0x54f0af39a8 and output the result in JSON
./generate_key.py -k --ksv 54f0af39a8 -j

# Generate a source key with a random KSV and output the result in a 
# human-readable form
./generate_key.py

# Run a self-test to make sure the source a sink key generation is consistent
./generate_key.py -t
ツールをダウンロード