jar

info.guardianproject.cacheword : cachewordlib

Maven & Gradle

Apr 09, 2021
81 stars

CacheWord · 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.

Table Of Contents

Latest Version

Download info.guardianproject.cacheword : cachewordlib JAR file - Latest Versions:

All Versions

Download info.guardianproject.cacheword : cachewordlib JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.x
0.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window cachewordlib-0.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

info.guardianproject.cacheword

├─ info.guardianproject.cacheword.BuildConfig.class - [JAR]

├─ info.guardianproject.cacheword.CacheWordHandler.class - [JAR]

├─ info.guardianproject.cacheword.CacheWordService.class - [JAR]

├─ info.guardianproject.cacheword.Constants.class - [JAR]

├─ info.guardianproject.cacheword.ICacheWordBinder.class - [JAR]

├─ info.guardianproject.cacheword.ICacheWordSubscriber.class - [JAR]

├─ info.guardianproject.cacheword.ICachedSecrets.class - [JAR]

├─ info.guardianproject.cacheword.PRNGFixes.class - [JAR]

├─ info.guardianproject.cacheword.PassphraseSecrets.class - [JAR]

├─ info.guardianproject.cacheword.PassphraseSecretsImpl.class - [JAR]

├─ info.guardianproject.cacheword.SecretsManager.class - [JAR]

├─ info.guardianproject.cacheword.SerializedSecretsLoader.class - [JAR]

├─ info.guardianproject.cacheword.SerializedSecretsV0.class - [JAR]

├─ info.guardianproject.cacheword.SerializedSecretsV1.class - [JAR]

├─ info.guardianproject.cacheword.Wiper.class - [JAR]

Advertisement