I have the first working version of the TrustedIntents library. It is currently set up as an "Android Library Project" but it could easily be a jar too, the code is currently quite simple, but I plan on adding more convenience methods and also support for TOFU/POP. For usage examples, check out the test project under the test/ subdir:
source: https://github.com/guardianproject/TrustedIntents Here is the wiki, issue tracker, etc: https://dev.guardianproject.info/projects/trustedintents/wiki/Wiki I've also added a "Generate Pin" function to this little utility app I put together for checking out the APK signatures on your device. I call it "Checkey". Download a test build here: https://guardianproject.info/builds/Checkey/ Source here: https://github.com/guardianproject/checkey To generate the .java file for pinning Intents, click on an app signed by the key you want to pin to, then select "Generate Pin" from the menu and send the resulting file to yourself. That file is the pin. You can see to examples in the TrustedIntentsTests project called "AndroidSystemPin" and "AndroidIncludedAppsPin". .hc -- PGP fingerprint: 5E61 C878 0F86 295C E17D 8677 9F0F E587 374B BE81 _______________________________________________ Guardian-dev mailing list Post: [email protected] List info: https://lists.mayfirst.org/mailman/listinfo/guardian-dev To Unsubscribe Send email to: [email protected] Or visit: https://lists.mayfirst.org/mailman/options/guardian-dev/archive%40mail-archive.com You are subscribed as: [email protected]
