文件名称:一个高级OpenPGP库-Golang开发
文件大小:137KB
文件格式:ZIP
更新时间:2024-06-15 09:35:04
Golang Security
GopenPGP GopenPGP是建立在golang加密库的分支之上的高级OpenPGP库。 目录下载/安装文档与Go Mobile结合使用其他说明示例S GopenPGP GopenPGP是在golang加密库的fork之上构建的高级OpenPGP库。 目录下载/安装文档与Go Mobile一起使用其他说明示例设置加密和解密使用密码加密/解密使用PGP密钥加密/解密生成密钥对纯文本消息签名二进制数据的分离签名下载/安装运行go get -u github .com / ProtonMail / gopenpgp,或手动git将此存储库克隆到$ GOPATH / src / github.com
【文件预览】:
gopenpgp-master
----armor()
--------armor.go(2KB)
----.gitignore(63B)
----go.mod(474B)
----models()
--------models.go(208B)
----LICENSE(1KB)
----CHANGELOG.md(30KB)
----go.sum(9KB)
----.github()
--------workflows()
----helper()
--------key.go(2KB)
--------cleartext.go(3KB)
--------sign_detached.go(3KB)
--------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(619B)
--------attachment_test.go(4KB)
--------signature_collector.go(3KB)
--------time_test.go(349B)
--------password.go(5KB)
--------keyring_message.go(7KB)
--------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)
--------sessionkey.go(9KB)
--------attachment_manual_test.go(5KB)
--------key_clear.go(3KB)
--------attachment_manual.go(5KB)
--------key_test.go(12KB)
--------message.go(15KB)
--------mime.go(3KB)
--------time.go(2KB)
--------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)