OpenSSL:RSA
Create public key
private.pem
이름의 개인키로 public.pem
라는 공개키는 OpenSSL를 사용하여 아래와 같이 생성할 수 있다.
See also
Favorite site
- Secure programming with the OpenSSL API
- OpenlSSL – RSA 패키지를 이용한 공개키 & 개인키 만들기
- Simple Public Key Encryption with RSA and OpenSSL
- 공개키 암호화(RSA)는 암호화 시간이 얼마나 오래 걸릴까?
- How to Use OpenSSL to Generate RSA Keys in C/C++
- [추천] OpenSSL API - Asymmetric Key Cipher : RSA 1
- wiki.openssl.org - Manual:RSA generate key(3)
References
-
OpenSSL_API_-Asymmetric_Key_Cipher-_RSA.pdf ↩