lunixbochs / go-keychain

Simple OS keychain bindings for password storage in Go (Golang)
MIT License
26 stars 9 forks source link

FYI, there is a go keychain library at https://github.com/keybase/go-keychain #1

Closed gabriel closed 8 years ago

lunixbochs commented 8 years ago

It didn't exist 11 months ago. My interface is also much simpler due to the requirements of the project I'm using it for internally (and the fact I intend it to be cross-platform eventually, while the keybase one only supports OS X/iOS).