Keyring library?

Hello all,

I'd like to write a utility that uses a keyring. In python, I would use GitHub - jaraco/keyring to interface with a keyring.

As far as I can see, there isn't a similar libary in rust. If there isn't, I would love to write one. I'm not that familiar with this sort of programming (coming from Node and Python web services and microservices), so if would be great if I could get guidance/review/support.

I'm starting by looking at:

2 Likes

Hi hwchen,

this sounds like an interesting idea!

I also have a strong Python background and am new to Rust. We can work on this together if you want, I'll send you a private message.