gpt4 book ai didi

linux - 如何在 linux 中执行加密的 bash 脚本文件

转载 作者:太空宇宙 更新时间:2023-11-04 12:45:08 24 4
gpt4 key购买 nike

我有一个 bash 文件,我想以加密模式执行它。

通过使用这个命令,我加密了我的文件。现在我想运行它。我怎么能这样做?

openssl des3 -salt -in file.txt -out file.txt.enc -pass pass:password

最佳答案

使用shc 脚本编译器对其进行加密(Blowfish),参见http://www.thegeekstuff.com/2012/05/encrypt-bash-shell-script/?utm_source=tuicool

http://www.linuxsecurity.com/content/view/117920/171

http://www.datsi.fi.upm.es/~frosal/

如果你想使用 DES3,你可以试试 soFan 的答案:

https://unix.stackexchange.com/questions/90178/how-can-i-either-encrypt-or-render-my-shell-script-unreadable

编写包装器#!/bin/sh openssl enc -d -DES3 ... -a -in script-enc | sh -

关于linux - 如何在 linux 中执行加密的 bash 脚本文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38967178/

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