문제

i use RNCryptor in my iOS project.

i have a openssl .pem (private key) file. and only that file.

i need to use that file to encript / sign a string.

does anybody know how the code could look like to do that?

도움이 되었습니까?

해결책

RNCryptor is a format and library for managing AES symmetrical encryption. What you're describing is very likely RSA asymmetrical encryption (public/private key encryption). They're not compatible.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top