CacheWord is an Android library project for passphrase caching and management.
It helps app developers securely generate, store, and access secrets derived
from a user’s passphrase. It is designed to work easily with IOCipher and SQLCipher-for-Android, but it can be used any time an app needs to manage a password. Broadly speaking this library assists developers with two related problems:
CacheWord manages key derivation, verification, persistence, passphrase resetting, and caching secret key material in memory.
The binary jar, source jar, and javadoc jar are all available on jcenter. To include them using gradle, add this line to your build.gradle:
implementation 'info.guardianproject.cacheword:cachewordlib:0.1.1'
Otherwise, the files can also be downloaded directly from jcenter, including the PGP signatures: