mirror of
https://github.com/rvtr/ctr_Repair.git
synced 2025-10-31 13:51:08 -04:00
5 lines
195 B
Batchfile
5 lines
195 B
Batchfile
openssl genrsa -out private_key.pem 2048
|
|
openssl enc -d -base64 -in private_key.pem -out private_key.der
|
|
openssl rsa -pubout -inform DER -outform DER -in private_key.der -out public_key.der
|
|
|