Forum Discussion

brianveltman's avatar
brianveltman
New Contributor
2 months ago

Unofficial 1Password SDK for Rust

For some small projects I wanted to use a secure way of handling secrets in my backend code, without taking out the big guns and adding a ton of infrastructure overhead (e.g: Azure Key Vault).

After some "research" and diving into the op cli options and official Python, Javascript and Go SDKs, I thought I could probably build a simple wrapper around the core SDK library used in the Python SDK.

After some trial implementations across multiple rust projects I thought it would be a nice addition to 1passwords ecosystem.

If you're interested using the SDK head over to the github page at: https://github.com/Trendium-Labs/corteq-onepassword

Curious about the security and inner workings? it's documented at https://github.com/Trendium-Labs/corteq-onepassword/blob/main/docs/ARCHITECTURE.md

Please share your feedback, thoughts and use cases to improve this unofficial SDK.

Ps:1P_Phil​ and team have been notified to see if and how to take this unofficial approach forward.

 

Happy holidays!

Brian

 

No RepliesBe the first to reply