cioccarellia / ksprefs

Kotlin SharedPreferences wrapper & cryptographic android library.
https://cioccarellia.github.io/ksprefs/
Apache License 2.0
228 stars 22 forks source link

Support clearAll() and getAll() #36

Open libern opened 3 years ago

libern commented 3 years ago

Hope can, as there could has encryption if manual get all.

Support clearAll() and getAll()

cioccarellia commented 3 years ago

Adding a getAll method isn't as trivial as it may seem, since it requires a proxy which performs the inverse engine function (decrypts) for each record in the file, which may result in a performance hit.