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.
ユーザーからパスワード文字列とバイトデータを受け取り、RC2アルゴリズムを使用して復号化するJava関数を実装する必要があります。誰かがJavaでこれを行う方法を知っていますか?もしそうなら、どのクラスを使うべきですか。
ありがとう、ベセリー
実際、Java はすぐに使用できる RC2 をサポートしているため、標準の Java 暗号サポートを使用できるはずです。