Base64 encoder/decoder with UTF-8 support
Project description
Base64 Encoder/Decoder
Base64 encoder/decoder with UTF-8 support.
Online Tool
Use this tool online at DevTools.at - Free, fast, and no registration required!
Installation
pip install devtools-base64
Usage
from devtools_base64 import encode, decode
# Encode
encoded = encode("Hello, World!")
print(encoded) # SGVsbG8sIFdvcmxkIQ==
# Decode
decoded = decode("SGVsbG8sIFdvcmxkIQ==")
print(decoded) # Hello, World!
License
MIT License
Made with love by DevTools.at
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
devtools_base64-1.0.0.tar.gz
(1.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file devtools_base64-1.0.0.tar.gz.
File metadata
- Download URL: devtools_base64-1.0.0.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf7c1e7c976ecbc68100949a0c95647aaaca48633719898b2562ca165f39a5d8
|
|
| MD5 |
bee9894c65b03072c060550b2365b62d
|
|
| BLAKE2b-256 |
58c5532f91bb73cf6a092541938b1e476225945e815989db1927620f0afc923e
|
File details
Details for the file devtools_base64-1.0.0-py3-none-any.whl.
File metadata
- Download URL: devtools_base64-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c6ac8e7f2674bae131c1a0b9589c6351b9f8e741e5f5b5a635915261b44ac3f
|
|
| MD5 |
c181cf97827993c6eaddd074cb867aff
|
|
| BLAKE2b-256 |
afe088037fb917ee1242cb25f041ce65b7cb68cd0664cbb72d92e1f7961dabc9
|