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)
Buscar
Categorías
Read More
Financial Services
Keynes’ Law and Say’s Law in the AD/AS model
Key points The short-run aggregate supply, or SRAS, curve can be divided into...
By Mark Lorenzo 2023-06-16 20:28:05 0 13K
Жизненные вопросы
Форрест Гамп. Forrest Gump. (1994)
Сидя на автобусной остановке, Форрест Гамп — не очень умный, но добрый и открытый парень...
By Nikolai Pokryshkin 2022-11-05 21:02:16 0 35K
Business
What Metrics Do You Use to Measure Recruiting Success?
Recruiting success isn't just about filling open roles — it's about filling them...
By Dacey Rankins 2025-06-26 16:47:31 0 7K
Marketing and Advertising
What Are the Different Types of Advertising?
Advertising is one of the oldest and most powerful tools businesses use to attract attention,...
By Dacey Rankins 2025-12-27 03:29:50 0 4K
Life Issues
Naked Weapon. (2002)
40 13 y.o. girls are kidnapped and the next 6 years forcefully trained to be sexy assassins. The...
By Leonard Pokrovski 2023-05-17 20:27:00 0 32K

BigMoney.VIP Powered by Hosting Pokrov