base64 encode basic concept or why need base64 encode for website media files

 Base64 have important role in file transfer..


So 

1) what is base64?

It converts media, or text files to binary digit..


2) how it converts?


It have several schema and tables...


3) only base64 transfer files?


No.but it transfer quickly and reduce load time..


4) why base64 is best?

Because it only have 2 the power of 6 = 64

File transfer happen only between  2 the power of 7 ....


5) sample exercise video available?


👇👇👇👇👇😭watch before 😭👇👇👇👇


https://youtu.be/HJrVsSBklhk


And answer last questions🤯🤯🤯


6) best online tools for base64 encode?





https://www.base64decode.org/


7) What is the Linux command for base64 ?


base64 <<< Hello viewers (🆗️)

Output >>>>SGVsbG8gdmlld2VycyA=


8) what is the meaning of "==" & "=" end of the code?


"==" >> 1 byte

"=" >> 2 byte

9) How many characters available?


0-9 >> 10

A-Z >> 26

a-z >> 26

/ and = >> 2

Above total ===== 64 .....that's base64 🥳🥳🎰





10) BUT QUESTION IS BASE64 IS ENCODE OR ENCRYPTION 🤔🤕🚨?


ANS ________






Comments

Popular posts from this blog

Json webtoken or jwt Format and encode , decode

Nmap command in Termux or Nmap commands

Kali Linux Introduction