An open API service indexing awesome lists of open source software.

https://github.com/hf/android-ciphers

How to use sensible cryptographic ciphers on the Android platform.
https://github.com/hf/android-ciphers

Last synced: 5 months ago
JSON representation

How to use sensible cryptographic ciphers on the Android platform.

Awesome Lists containing this project

README

          

# Android Ciphers

[![Build Status](https://travis-ci.org/hf/android-ciphers.svg?branch=master)](https://travis-ci.org/hf/android-ciphers)

This is a simple project that shows, through JUnit tests, how to use some sensible default cryptographic ciphers
available on the Android platform.

Take a look at `app/src/androidTest/java` to see the actual JUnit tests and the sensible defaults.

Also, you may wish to checkout the submodule `bouncycastle` to actually browse the BouncyCastle code included in all
Android systems and exposed through the `javax.crypto` API.

## License

All code contained herein, except where otherwise noted, is Copyright © 2016 Stojan Dimitrovski and licensed under
the permissive MIT X11 license.

Consult the `LICENSE.txt` file for the full text.