文件名称:gosecret:Go库,用于加密和解密字节数组的片段
文件大小:17KB
文件格式:ZIP
更新时间:2024-06-02 21:15:00
Go
秘密 该存储库提供gosecret软件包,用于使用AES-256-GCM加密和解密[]byte全部或部分。 gosecret被编写为可与 , 和等工具,提供了一种用于在网络上存储和移动安全秘密并通过先前安装的密钥在目标系统上对其进行解密的机制。 可以在找到有关Galois / Counter Mode算法的详细信息。 安装 从下载版本化的二进制文件。 这是一个如何自动执行下载的示例: # Download gosecret v0.5.0 from Bintray to the working directory curl -L " https://bintray.com/artifact/download/cimpress-mcp/Go/v0.5.0/linux-amd64/gosecret " -o bin/gosecret chmod +x ./bin/gosecret (可选
【文件预览】:
gosecret-master
----api()
--------gosecret.go(12KB)
--------gosecret_test.go(6KB)
----.gitignore(37B)
----template_functions.go(903B)
----test_keys()
--------myteamkey-2014-09-19(44B)
----.travis.yml(1KB)
----LICENSE(545B)
----main.go(3KB)
----test_data()
--------password(64B)
--------config_special_characters_plaintext.json(126B)
--------nested()
--------config_special_characters.json(156B)
--------config_enc.json(439B)
--------config_plaintext.json(255B)
--------template()
--------config.json(298B)
----readme.md(7KB)
----template_functions_test.go(861B)