Skip to content

ALIF101XL/CaesarCipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Encryption by Caesar Cipher Script

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages