henrinormak / Heimdall

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

not work #78

Closed JakeTorres closed 5 years ago

JakeTorres commented 5 years ago

Heimdall is work for base64 not RSA?

henrinormak commented 5 years ago

Not sure what you mean by this question, Heimdall uses a symmetric key to actually encrypt the text (as RSA has a length limit on how much data it can encrypt), then encrypts the symmetric key with the RSA key. This is also documented in the README

henrinormak commented 5 years ago

Marking as closed, nothing I can really help with here.

JakeTorres commented 5 years ago

thanks ,it is work now