ammarahm-ed / react-native-mmkv-storage

An ultra fast (0.0002s read/write), small & encrypted mobile key-value storage framework for React Native written in C++ using JSI
https://rnmmkv.now.sh
MIT License
1.56k stars 109 forks source link

NSSecureCoding support #339

Open Juan2662 opened 9 months ago

Juan2662 commented 9 months ago

Hi guys, I notice that some chunks in the code in iOS (like MMKV.h) is using NSCoding protocol Can we have support for NSSecureCoding?

According to apple: "NSSecureCoding is a protocol that enables encoding and decoding in a manner that is robust against object substitution attacks."