gopenpgp:一个高级 OpenPGP 库

时间:2021-07-24 01:34:50
【文件属性】:
文件名称:gopenpgp:一个高级 OpenPGP 库
文件大小:149KB
文件格式:ZIP
更新时间:2021-07-24 01:34:50
Go GopenPGP V2 GopenPGP 是一个高级 OpenPGP 库,构建在的。 目录 下载/安装 供应商安装 要使用Go Modules使用此库,只需编辑您的go.mod配置以包含: require ( ... github.com/ProtonMail/gopenpgp/v2 v2.0.1 ) 然后可以通过运行安装它: go mod vendor 最后,您的软件可以将其包含在您的软件中,如下所示: package main import ( "fmt" "github.com/ProtonMail/gopenpgp/v2/crypto" ) func main () { fmt . Println ( crypto . GetUnixTime ()) } Git-Clone 安装 要安装开发模式,克隆存储库,可以通过以下方式完成: c
【文件预览】:
gopenpgp-master
----armor()
--------armor.go(2KB)
----.gitignore(63B)
----go.mod(474B)
----models()
--------models.go(208B)
----LICENSE(1KB)
----CHANGELOG.md(35KB)
----go.sum(9KB)
----.github()
--------workflows()
----helper()
--------mobile_stream.go(6KB)
--------key.go(2KB)
--------cleartext.go(3KB)
--------sign_detached.go(3KB)
--------mobile_stream_test.go(9KB)
--------base_test.go(589B)
--------helper.go(19KB)
--------mobile.go(5KB)
--------cleartext_test.go(1KB)
--------key_test.go(538B)
--------helper_test.go(9KB)
--------mobile_test.go(4KB)
----README.md(12KB)
----constants()
--------version.go(43B)
--------cipher.go(480B)
--------armor.go(374B)
----subtle()
--------subtle.go(1KB)
--------subtle_test.go(1KB)
----crypto()
--------key.go(12KB)
--------keyring_test.go(7KB)
--------gopenpgp.go(576B)
--------attachment_test.go(4KB)
--------signature_collector.go(3KB)
--------time_test.go(285B)
--------password.go(6KB)
--------sessionkey_streaming_test.go(5KB)
--------keyring_message.go(8KB)
--------mime_test.go(2KB)
--------keyring_session.go(2KB)
--------base_test.go(2KB)
--------message_test.go(12KB)
--------testdata()
--------signature.go(4KB)
--------keyring.go(6KB)
--------attachment.go(5KB)
--------keyring_streaming.go(9KB)
--------sessionkey.go(10KB)
--------attachment_manual_test.go(5KB)
--------key_clear.go(3KB)
--------attachment_manual.go(5KB)
--------sessionkey_streaming.go(3KB)
--------key_test.go(12KB)
--------message.go(15KB)
--------keyring_streaming_test.go(16KB)
--------mime.go(3KB)
--------time.go(1KB)
--------sessionkey_test.go(10KB)
--------signature_test.go(2KB)
--------message_getters.go(320B)
----build.sh(3KB)
----.golangci.yml(2KB)
----internal()
--------armor.go(363B)
--------common.go(709B)

网友评论