D3ADVAU / Bash-All

Bash File Encryption & Decryption

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bash-All

Simple Bash code Encryption & Decryption

Commands for Bash-All installation

  • pkg update
  • pkg upgrade
  • pkg install git
  • git clone https://github.com/D3ADVAU/Bash-All

Commands For Bash Encryption

  • cd Bash-All
  • bash bash

Commands For Bash Decryption

  • cat file-name | tr ';' '\n' | grep 'RzE=' | cut -d '"' -f2 | tr ' ' '\n' | rev | base64 -d >> output-name

Find Me on :

About

Bash File Encryption & Decryption


Languages

Language:Shell 100.0%