Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
「基本」認証 (ダイジェスト方式 = SHA1) を使用するページへの URLConnection を開きたい。
ハッシュ化されたパスワードしか持っていません。どうすれば接続を開くことができますか?
パスワードが HTTP 認証スキームと同じアルゴリズムを使用してハッシュ化されている場合は、ハッシュ化されたパスワードを送信するだけです。別のアルゴリズムでハッシュされている場合は、運が悪いです。