Skip to content

Commit

Permalink
Start of README
Browse files Browse the repository at this point in the history
  • Loading branch information
coltfred committed Nov 15, 2023
1 parent 83aaa5a commit d374ee6
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# IronCore Labs Alloy SDK

Ironcore Alloy SDK is designed to be a single SDK for all the different IronCore products. This includes AES, deterministic, and vector encryption. It also has support for multiple types of key management including integration with [Saas Shield](https://ironcorelabs.com/products/saas-shield/). The goal is for this SDK to be all you need to easily encrypt all your data for your application regardless of your key management strategy.

## Language Support

- [Java](http://todo.com)
- [Kotlin](http://todo.com)
- [Python](http://todo.com)
- [Rust](http://todo.com)

This SDK was written in Rust and is using [uniffi](https://github.com/mozilla/uniffi-rs) to generate the foreign language
bindings. If your language is not listed above, feel free to open an issue and we can take a look!

## Getting Started

Follow the links above to get the latest version for the appropriate language.
You can see the examples [here](http://todo.com).

## License

`ironcore-alloy` is licensed under the [GNU Affero General Public License](https://github.com/IronCoreLabs/ironoxide/blob/main/LICENSE). We also offer commercial licenses - [email](mailto:[email protected]) for more information or check pricing on our [website](https://ironcorelabs.com/).

0 comments on commit d374ee6

Please sign in to comment.