secret:用密码加密任何东西

时间:2024-04-14 06:47:26
【文件属性】:

文件名称:secret:用密码加密任何东西

文件大小:13KB

文件格式:ZIP

更新时间:2024-04-14 06:47:26

Go

秘密-使用密码加密任何内容 是否曾经想隐藏文件? 现在,您可以非常轻松地做到这一点! 用法 secret {-e/--encrypt | -d/--decrypt} [] secret [-h/--help | -v/--version] 例如,运行: echo " foobardata " > foo.txt secret --encrypt foo.txt 系统将提示您输入密码,以后可使用该密码恢复数据。 Password: 输入密码后,Secret将创建一个加密的foo.txt.secret文件。 然后,当您想要解密foo.txt.secret ,可以运行: secret --decrypt foo.txt.secret bar.txt 您必须输入与加密数据时相同的密码。 然后Secret解密foo.txt.secret并将数


【文件预览】:
secret-main
----.goreleaser.yml(1KB)
----.gitignore(41B)
----go.mod(321B)
----secret.go(7KB)
----LICENSE(1KB)
----go.sum(5KB)
----.github()
--------workflows()
----README.md(3KB)
----.mega-linter.yml(708B)
----.jscpd.json(269B)
----.cspell.json(243B)

网友评论