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

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

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

Tanker logo

[![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.