Elevate the security of your UserDefaults with this lightweight wrapper that adds a layer of AES-256 encryption
vpeschenkov/securedefaults 的主要功能包括:Data Persistence, Database Libraries。
vpeschenkov/securedefaults 的开源替代品包括: hemantasapkota/swiftstore — Key-Value store for Swift backed by LevelDB. nirma/default — Modern interface to UserDefaults + Codable support. ccgus/fmdb — fmdb is an object-oriented SQLite database library and persistence layer for native macOS and iOS environments. It… dreymonde/shallows — 🛶 Your lightweight persistence toolbox. modo-studio/sugarrecord — CoreData/Realm sweet wrapper written in Swift. nmdias/defaultskit — Simple, Strongly Typed UserDefaults for iOS, macOS and tvOS.
Key-Value store for Swift backed by LevelDB
fmdb is an object-oriented SQLite database library and persistence layer for native macOS and iOS environments. It provides an Objective-C wrapper that encapsulates the low-level C API, allowing applications to manage local relational data storage and embedded database connections through a high-level interface. The library focuses on thread-safe database access by synchronizing operations across multiple threads using serialized queues to prevent data corruption and race conditions. It includes specialized capabilities for secure local storage, such as database encryption and the management
CoreData/Realm sweet wrapper written in Swift