go-keychain

Simple OS keychain bindings for password storage in Go (Golang)

  • 所有者: lunixbochs/go-keychain
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

go-keychain

A simple interface for using the operating system's keychain to store and retrieve passwords.

Currently only supports OS X.

Usage

import "github.com/lunixbochs/go-keychain"

func main() {
  keychain.Add("test service", "username", "password")
  keychain.Find("test service", "username") == "password"
  keychain.Remove("test service", "username")
}

主要指標

概覽
名稱與所有者lunixbochs/go-keychain
主編程語言Go
編程語言C (語言數: 2)
平台
許可證MIT License
所有者活动
創建於2015-02-18 03:02:07
推送於2017-05-16 14:36:45
最后一次提交2017-05-16 07:36:44
發布數0
用户参与
星數26
關注者數3
派生數9
提交數7
已啟用問題?
問題數2
打開的問題數1
拉請求數2
打開的拉請求數1
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?