henrinormak / Heimdall

Heimdall is a wrapper around the Security framework for simple encryption/decryption operations.
MIT License
402 stars 68 forks source link

Compatibility with Crypto++ #65

Closed nitrodamsel closed 7 years ago

nitrodamsel commented 7 years ago

Hi I just want to know if its RSA encryption / decryption is compatible with Crypto++? We're trying cross platform but its crashing when I'm trying to use his public RSA (from Android-NDK).

henrinormak commented 7 years ago

I have not heard of that library, and as such I am inclined to say that it is likely not compatible. You can refer to the README for insight into how the encryption works (which is not vanilla RSA). Regards to the crash, more information would be necessary to understand the problem.