https://github.com/tankerhq/sdk-native
Tanker C++ / C encryption SDK
https://github.com/tankerhq/sdk-native
c c-plus-plus cryptography encryption end-to-end privacy sdk security tanker
Last synced: about 1 year ago
JSON representation
Tanker C++ / C encryption SDK
- Host: GitHub
- URL: https://github.com/tankerhq/sdk-native
- Owner: TankerHQ
- License: other
- Created: 2018-12-03T14:43:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-31T09:30:04.000Z (about 1 year ago)
- Last Synced: 2025-03-31T10:33:26.809Z (about 1 year ago)
- Topics: c, c-plus-plus, cryptography, encryption, end-to-end, privacy, sdk, security, tanker
- Language: C++
- Homepage:
- Size: 5.77 MB
- Stars: 19
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[license-badge]: https://img.shields.io/badge/License-Apache%202.0-blue.svg
[license-link]: https://opensource.org/licenses/Apache-2.0
[last-commit-badge]: https://img.shields.io/github/last-commit/TankerHQ/sdk-native.svg?label=Last%20commit&logo=github
[![License][license-badge]][license-link]
![Last Commit][last-commit-badge]
# Encryption SDK for C/C++
## 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.
The Tanker Native SDK exposes a C++ and C API, that are then bound and re-exposed by our [Python](https://github.com/TankerHQ/sdk-python), [Ruby](https://github.com/TankerHQ/sdk-ruby) and [Rust](https://github.com/TankerHQ/sdk-rust) SDKs.
## 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 its source.
