Tencent / MMKV

An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX.
Other
17.1k stars 1.88k forks source link

Query related to encryption key size increase #1291

Closed dev-aarifsk closed 2 months ago

dev-aarifsk commented 2 months ago

Hello,

lingol commented 2 months ago

Not in our plan. The main challenge is not about performance, with hardware acceleration, AES 128 has nearly the same speed as 256. It's the refactor / code challenge. For some optimization is tied to the size of the encryption key.

I will convert this issue to discussion as a long term feature request.