Show HN: dead simple XML/JSON to NSObjects and vice versa. (github.com) 10 points by bennyg 12y ago ↗ HN
[–] my3681 12y ago ↗ We have also used the core of this to create an IO class for saving state to disk and back. You can find it here:https://github.com/uacaps/NSObject-ObjectIOIt's a one liner to save complex objects (see demos) with encryption. We used AES-256 encryption with PBKDF2 for the key gen. That said, we would be more than happy to hear reviews on the efficacy of our method. Thanks!
2 comments
[ 3.2 ms ] story [ 7.2 ms ] threadhttps://github.com/uacaps/NSObject-ObjectIO
It's a one liner to save complex objects (see demos) with encryption. We used AES-256 encryption with PBKDF2 for the key gen. That said, we would be more than happy to hear reviews on the efficacy of our method. Thanks!