Base64 Algorithm

Image
  Introduction              -----> Base64 encoding is used to c onvert binary data into a text-like format that allows it to be transported in environments that can handle only text safely.               -----> Base64 is sometimes also refered to as PEM , which stands for Privacy-enhanced Electronic Mail . There, Base64 was used to create printable text again after binary e-mail data that was generated during the e-mail encryption process.   How it works               Base64 encoding takes the original binary data and operates on it by dividing it into tokens of three bytes . A byte consists of eight bits, so Base64 takes 24bits in total. These 3 bytes are then converted into four printable characters from the ASCII standard.  The first step is to take the three bytes (24bit) of binary data and split it into f our numbers of six bits . Because the ASCII standard defines the use of seven bits, Base64 only uses 6 bits (corresponding to 2^6 = 64 characters) to ensur

Basic commands on linux

Basic commands of Linux 
   
     Welcome guys on an another Post in this part we are going to see about the Basics commands in Linux. When we come to it is totally different from other operating systems like windows, mac etc. 
      In windows and Mac GUI (Graphical User Interface) is persent and easier to handle. While on the other hand Linux dose not have GUI only commends are used.
     And hera we are going to use an app called TERMUX.
 
What is Termux? 

      Termux is an Android terminal emulator and Linux environment app that works directly with no rooting or setup required. A minimal base system is installed automatically - additional packages are available using the APT package manager.
 
 
 


Advanced Packaging Tools (more commonly referred to as APT) is used to find, install, and remove software in Termux. Start off by updating packages and upgrading with these commands

apt update

apt upgrade
     When ever you entering into termux enter these above commends and start using.  These commends are used to update and upgrade your 
Packages present in the application.

Next, find out what apps are available:

apt list

This will display the name, maintainer, file size, dependencies, and other useful details. To install an app, simply use:

apt install [package name]

 In addition to apt, this list of built-in commands works in Termux on Android:

  • cp lets you copy a file
  • mv will move a file
  • ls lists the contents of a directory
  • rm deletes (removes) data
  • ln creates a symbolic link (for example, ln /data/data/com.termux/files/home/documents to /sdcard/Documents)

Add Linux to Android With Termux Commands

Termux is a super-compact offering that opens a lot of functionality for your Android device. The command line is one of the most powerful features of Linux, and Termux builds on your device’s Linux kernel to make you more efficient on the go.

Note: 

             The most used commend of all the time is git clone.  EXAMPLE:

         $ git clone [download link from github]

  There are a lot of Termux packages available on Github which can be easily installed and configured. Let me link you to the Official github repo of termux packages-Termux Package

Conclusion 

      I would like to conclude that TERMUX is one of the few apps whose overall utility is limitless.Termux allows you to have a portable hacking machine wherever you go!

Terms and conditions

Comments

Popular posts from this blog

Base64 Algorithm

Linux termux 2.0

Operating System used by Hackers

Social