Registry / crypto / lib-encrypt

lib-encrypt

JSON →
library8.2.0javamavenunverified

Encryption library for Android applications, part of the Android App Factory project, providing cryptographic utilities.

<dependency> <groupId>com.bihe0832.android</groupId> <artifactId>lib-encrypt</artifactId> <version>8.2.0</version> </dependency>
INSTALL
IMPORT
SIG · LIB-ENCRYPT
L
lib-encrypt
cryptojavav8.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

EncryptUtils
com.bihe0832.android.lib.encrypt.EncryptUtils

Minimal example showing how to encrypt a string using the library.

import com.bihe0832.android.lib.encrypt.EncryptUtils; public class Example { public static void main(String[] args) { String encrypted = EncryptUtils.encrypt("hello"); System.out.println(encrypted); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
8.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
lib-encrypt — mvn dependency:get lib-encrypt · libregistry