M_Crypto icon indicating copy to clipboard operation
M_Crypto copied to clipboard

iOS Compatibility

Open thommcgrath opened this issue 8 years ago • 3 comments

The module looks close, but Encryptor still uses a lot of String methods. Any plans for full iOS/new framework compatibility?

thommcgrath avatar Jan 16 '18 16:01 thommcgrath

No, not until Text handling on Windows/Linux is fixed (sped up). But if you want to tackle it, feel free.

ktekinay avatar Jan 16 '18 17:01 ktekinay

Well I don't need it yet, but I could in the future, so we'll see what the status is then. If I have to do it, I will.

thommcgrath avatar Jan 16 '18 17:01 thommcgrath

My implementation might not be great for iOS anyway. To save on computing time, I cache values that reserve about a meg of RAM the first time you use AES, for example. This results in a huge speed boost but would not play well on an iOS device, I'd guess.

ktekinay avatar Jan 24 '18 16:01 ktekinay