awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
M

moxie0/AndroidPinning

0
View on GitHub↗
0 stars·0 forks·2 views

AndroidPinning

Features

  • Security Libraries - Standalone library for certificate pinning on Android.

Star history

Star history chart for moxie0/androidpinningStar history chart for moxie0/androidpinning

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to AndroidPinning

Similar open-source projects, ranked by how many features they share with AndroidPinning.
  • google/capillaryG

    google/capillary

    0View on GitHub↗
    View on GitHub↗0
  • guardianproject/trustedintentsG

    guardianproject/TrustedIntents

    0View on GitHub↗
    View on GitHub↗0
  • scottyab/rootbeerscottyab avatar

    scottyab/rootbeer

    2,858View on GitHub↗

    Rootbeer is an Android security SDK and root detection library designed to verify device integrity and identify operating system tampering. It functions as a device integrity checker that scans for management applications and system files indicating root access or unlocked bootloaders. The library employs a variety of detection techniques, including binary-presence scanning for superuser binaries, direct file system probing of restricted directories, and property-based environment validation of kernel flags and build properties. It utilizes a Java-native interface bridge to execute low-level

    Java
    View on GitHub↗2,858
  • scottyab/secure-preferencesscottyab avatar

    scottyab/secure-preferences

    1,517View on GitHub↗

    Android Shared preference wrapper than encrypts the values of Shared Preferences. It's not bullet proof security but rather a quick win for incrementally making your android app more secure.

    Javaandroidobfuscatedsecure-preferences
    View on GitHub↗1,517
See all 5 alternatives to AndroidPinning→

Frequently asked questions

What are the main features of moxie0/androidpinning?

The main features of moxie0/androidpinning are: Security Libraries.

What are some open-source alternatives to moxie0/androidpinning?

Open-source alternatives to moxie0/androidpinning include: google/capillary. guardianproject/trustedintents. scottyab/rootbeer — Rootbeer is an Android security SDK and root detection library designed to verify device integrity and identify… scottyab/secure-preferences — Android Shared preference wrapper than encrypts the values of Shared Preferences. It's not bullet proof security but… tozny/java-aes-crypto.