https://github.com/tankerhq/sdk-android
Tanker client-side encryption SDK for Android
https://github.com/tankerhq/sdk-android
android cryptography encryption end-to-end java kotlin privacy sdk security tanker
Last synced: 14 days ago
JSON representation
Tanker client-side encryption SDK for Android
- Host: GitHub
- URL: https://github.com/tankerhq/sdk-android
- Owner: TankerHQ
- License: other
- Created: 2018-12-03T14:42:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-20T09:51:05.000Z (4 months ago)
- Last Synced: 2024-12-20T10:40:15.092Z (4 months ago)
- Topics: android, cryptography, encryption, end-to-end, java, kotlin, privacy, sdk, security, tanker
- Language: Kotlin
- Homepage:
- Size: 5.51 MB
- Stars: 12
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[gradle-badge]: https://img.shields.io/static/v1.svg?label=Gradle&message=compatible&color=brightgreen
[last-commit-badge]: https://img.shields.io/github/last-commit/TankerHQ/sdk-android.svg?label=Last%20commit&logo=github
[license-badge]: https://img.shields.io/badge/License-Apache%202.0-blue.svg
[license-link]: https://opensource.org/licenses/Apache-2.0
[maven-badge]: https://img.shields.io/static/v1.svg?label=Maven&message=compatible&color=brightgreen[![License][license-badge]][license-link]
![Maven][maven-badge]
![Gradle][gradle-badge]
![Last Commit][last-commit-badge]# Encryption SDK for Android
[Overview](#overview) · [Getting started](#getting-started) · [Documentation](#documentation) · [Release notes](#release-notes) · [Contributing](#contributing)
## Overview
Tanker is an open-source client SDK that can be embedded in any application.
It leverages powerful **client-side encryption** of any type of data, textual or binary, but without performance loss and assuring a **seamless end-user experience**. No cryptographic skills are required.
## Getting started
The Tanker SDK consists of the following package, which is distributed on https://storage.googleapis.com/maven.tanker.io:
- `io.tanker:tanker-bindings:X.Y.Z`
For setup instructions in an Android Studio project, please refer to the [Android API reference](https://docs.tanker.io/latest/api/core/android/).
Tanker also provides open-source **[iOS](https://github.com/TankerHQ/sdk-ios)** and **[JavaScript](https://github.com/TankerHQ/sdk-js)** SDKs.
## Documentation
For more details and code examples, please refer to:
* [SDK implementation guides](https://docs.tanker.io/latest/#how_to_guides)
* [API reference](https://docs.tanker.io/latest/api/core/android/)
* [Product overview](https://tanker.io/)Or fiddle with the [quickstart examples](https://github.com/TankerHQ/quickstart-examples) to see the Tanker SDKs integrated in a collection of demo apps.
## Release notes
Detailed changes for each release are documented in the [release notes](https://github.com/TankerHQ/sdk-android/releases).
## Contributing
We welcome feedback. Feel free to open any issue on the Github bug tracker.
We are actively working to allow external developers to build and test this sdk from source.