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.
- Host: GitHub
- URL: https://github.com/hf/android-ciphers
- Owner: hf
- License: mit
- Created: 2016-05-08T15:24:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-08T16:31:36.000Z (about 10 years ago)
- Last Synced: 2024-12-31T06:30:04.929Z (over 1 year ago)
- Language: Java
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Android Ciphers
[](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.