SecurePropertyStorage
Property wrapper
A framework providing secure property storage options using Swift property wrappers.
Helps you define secure storages for your properties using Swift property wrappers.
472 stars
14 watching
21 forks
Language: Swift
last commit: about 2 months ago
Linked from 2 awesome lists
dependency-injectionkeychainproperty-wrapperssingletonswiftuserdefaults
Related projects:
Repository | Description | Stars |
---|---|---|
ddddxxx/genericid | A Swift extension to provide type-safe access to UserDefaults and UITableViewCell/UICollectionViewCell properties | 13 |
gottagetswifty/codablewrappers | A collection of property wrappers to simplify serialization with Swift's Codable protocol | 652 |
stocks29/exjprop | Library to read Java properties files from various sources | 0 |
sventiigi/validatedpropertykit | Easily validate properties in iOS applications using pre-defined rules and customization options. | 974 |
scalaprops/scalaprops | A property-based testing library for Scala that provides features like flexible parameter settings and deterministic testing. | 277 |
joel-jeremy/externalized-properties | A lightweight library to resolve application properties from external sources. | 27 |
goodrequest/goodpersistence | A library that simplifies caching data in keychain and UserDefaults storage using a property wrapper. | 35 |
jonschlinkert/get-value | A utility library that provides a simple way to access nested properties of objects using dot notation. | 247 |
alfert/propcheck | A property-based testing framework for Elixir | 376 |
rotatef/secret-values | A wrapper around sensitive data to protect its secrecy in the event of an error or log message. | 11 |
marksands/bettercodable | Improves Codable compatibility by utilizing property wrappers to filter out invalid data and provide default values. | 1,740 |
zachleigh/laravel-property-bag | A package for managing application settings in Laravel applications | 84 |
pydanny/cached-property | A decorator that caches properties in classes to improve performance by avoiding redundant computations. | 701 |
endocrimes/latch | A Swift wrapper for storing and retrieving data in the Keychain service on multiple platforms. | 57 |
phimage/prephirences | A Swift library that provides a flexible and convenient way to manage application preferences | 573 |