gpt4 book ai didi

encryption - GoLang 解密一个命令而不是执行它

转载 作者:IT王子 更新时间:2023-10-29 02:22:40 26 4
gpt4 key购买 nike

所以我想知道你是否可以解密一个命令而不是执行它...

所以该命令是一个 exec.Command,我想将它加密到一个单独的文件中。比起获取哈希 (AES) 并在另一个文件中单独解密它,而不是在解密时我想执行它。

我对 Golang 还很陌生,所以请原谅我对这门语言及其功能的误解。

先谢谢你。

最佳答案

关于加解密可以看crypto/cipher/example_test.go .

所有你需要的是write the encrypted result into a file , 或 read the encrypted result .

解密后,您可以使用 exec.Command 执行字符串(前提是它是有效命令):参见 os/exec/example_test.go .

关于encryption - GoLang 解密一个命令而不是执行它,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40199015/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com