tidev / node-ios-device

Queries connected iOS devices and installs apps
Other
122 stars 37 forks source link

Can I convert CFData to Key #53

Closed praveen4554 closed 4 years ago

praveen4554 commented 4 years ago

Hi,

I would like to use RSA keys generate by IOS in node to encrypt the Data from IOS we can send CFData and I would like to convert CFData to Seckey and encrypt a plain text

cb1kenobi commented 4 years ago

Sorry, but that functionality is outside the scope of node-ios-device. This library is simply for installing apps on your computer to an iOS device. It doesn't directly do anything with encryption and is completely separate from your app. You will have to look elsewhere. Best of luck!