Simply Learn to encrypt your shell script on Linux using SHC

Publicado em: 23 Fevereiro 2019
no canal de: SimplyLearn
4,259
49

** Please like this video and subscribe my YouTube channel **

This video shows you how to encrypt a shell script using SHC(shell script compiler).

Normally you should not encrypt a shell script. If you still insist on encrypting a shell script, you can use SHC utility as shown in this video. Please note that encrypted shell script created by shc is not readable by normal users. However someone who understands how this works can extract the original shell script from the encrypted binary created by shc.

Lets start now:
STEP 1: Download shc and install it
wget http://www.datsi.fi.upm.es/~frosal/so...
tar xvfz shc-3.8.7.tgz
cd shc-3.8.7
make
./shc -v

STEP 2: Create a Sample Shell Script, "test.sh"

STEP 3: Encrypt the Shell Script Using shc
./shc -f test.sh
ls -l test.sh*

STEP 4: Execute the Encrypted Shell Script
./test.sh.x

THANKS FOR WATCHING...!!!

Please like this video and subscribe my youtube channel


Nesta página do site você pode assistir ao vídeo on-line Simply Learn to encrypt your shell script on Linux using SHC duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário SimplyLearn 23 Fevereiro 2019, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 4,259 vezes e gostou 49 espectadores. Boa visualização!