orhanobut/hawk
✔️ Secure, simple key-value storage for Android observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4213
- days_rel: n/a
- days_push: 1515
- n_releases_24m: 0
Adoption not part of the score
3996 stars · 397 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Hawk is a secure, simple key-value storage library for Android that encrypts data before persisting it. It supports storing any object type with pluggable encryption, converter, parser, and storage layers.
Use cases
- store encrypted user preferences in an android app
- persist objects securely instead of plain SharedPreferences
- save lists, maps, or custom objects to local storage on android
- cache session tokens securely on device
- replace SharedPreferences with an encrypted key-value store
When to choose
- you need simple encrypted key-value persistence on Android
- you want to store arbitrary Java objects without writing serialization code
- you need pluggable storage or encryption layers
When to avoid
- you need a maintained library with recent updates and active support
- you target modern Android with Jetpack DataStore or EncryptedSharedPreferences available
- you need multi-process or reactive storage access
Facets
library · maturity maintenance
cryptography serialization security android-tools security developer-tools key-value-store sharedpreferences encrypted-storage java persistence android
1 source
- readme: https://github.com/orhanobut/hawk · fetched 2026-08-28 · 91480df3e4b7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| orhanobut/hawk | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem