-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/). |