Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 594 Bytes

File metadata and controls

24 lines (17 loc) · 594 Bytes

Install & Run :

git clone --depth=1 https://github.com/ALIF101XL/caesarcipher.git \
cd caesarcipher \
chmod +x caesarcipher.sh \
./caesarcipher.sh
  • Encrypt : ./caesarcipher.sh -m encrypt -s 3 -i pesan.txt -o hasil.txt

  • Decrypt : ./caesarcipher.sh -m decrypt -s 3 -i hasil.txt -o asli.txt

  • Bruteforce : ./caesarcipher.sh -m bruteforce -i pesan.txt

  • AutoDetect : ./caesarcipher.sh -m autodetect -i pesan.txt

  • ROT13 : ./caesarcipher.sh -m rot13 -i pesan.txt

# Author  : @ALIF101XL
# License : MIT Indonesia
# Focus   : eLearning IT