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.
秘密鍵と公開鍵の RSA キーを作成する方法。md5 と必須の標準 PKCS#15 を使用していますか?
私はこれをやっています: md5 で秘密鍵を作成します。
openssl genrsa -out private.key 2048 -md5
公開鍵を作成します。
openssl rsa -in private.key -pubout > public.key
psそして、確立された主要な標準からどのように見つけるのですか?