# com.xs.open **Repository Path**: mzcrybfx/com.xs.open ## Basic Information - **Project Name**: com.xs.open - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-10 - **Last Updated**: 2024-06-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## rsa秘钥 ```shell openssl genrsa -aes256 -out rsa-key.pem 2048 pass: wuteng openssl rsa -in rsa-key.pem -outform PEM -pubout -out rsa-pub.pem openssl rsa -in rsa-key.pem -outform PEM -out rsa-prv.pem ```