Encoding and Decoding Base64 Strings in Python

0
14K

The Base64 encoding is used to convert bytes that have binary or text data into ASCII characters. Encoding prevents the data from getting corrupted when it is transferred or processed through a text-only system. In this article, we will discuss about Base64 encoding and decoding and its uses to encode and decode binary and text data. Each Base64 character represents 6 bits of data. it is also important to note that it is not meant for encryption for obvious reasons.

 

import base64
  
sample_string = "Hello world!"
sample_string_bytes = sample_string.encode("ascii")
  
base64_bytes = base64.b64encode(sample_string_bytes)
base64_string = base64_bytes.decode("ascii")
  
print(base64_string)
Zoeken
Categorieën
Read More
Business
Personal Brand: Impact on Business Success
A personal brand helps to stand out from competitors and plays a key role in promoting goods and...
By Dacey Rankins 2024-09-11 15:27:22 0 17K
История
Список Шиндлера. Schindler's List. (1993)
Сценарий «Списка Шиндлера» долго кочевал от одного режиссера к другому, пока не...
By Nikolai Pokryshkin 2022-10-31 20:54:26 0 37K
Business
10 Questions to Ask About Company Culture in an Interview
When interviewing for a new job, many candidates focus on responsibilities, salary, and...
By Dacey Rankins 2025-06-12 15:20:39 0 17K
Financial Services
Microeconomics
Key points Demand curves can shift. Changes in factors like average income and...
By Mark Lorenzo 2023-01-27 15:38:59 0 13K
Apartment Living
WHERE ARE THE MOST EXPENSIVE APARTMENTS IN EUROPE? THE ANSWER WILL SURPRISE YOU
WHERE ARE THE MOST EXPENSIVE APARTMENTS IN EUROPE? THE ANSWER WILL SURPRISE YOU New data...
By Leonard Pokrovski 2024-04-24 19:56:13 0 18K

BigMoney.VIP Powered by Hosting Pokrov