Skip to main content

Encode and decode Base64 without "=" padding

Project description

Encode and decode Base64 without “=” padding.

RFC 4648 specifies that Base64 should be padded to a multiple of 4 bytes using “=” characters. However many protocols choose to omit the “=” padding.

Installing

python3 -m pip install unpaddedbase64

Using

import unpaddedbase64
assert (unpaddedbase64.encode_base64(b'\x00')) == 'AA'
assert (unpaddedbase64.decode_base64('AA')) == b'\x00'

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

unpaddedbase64-2.1.0.tar.gz (5.6 kB view details)

Uploaded Source

Built Distribution

unpaddedbase64-2.1.0-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

File details

Details for the file unpaddedbase64-2.1.0.tar.gz.

File metadata

  • Download URL: unpaddedbase64-2.1.0.tar.gz
  • Upload date:
  • Size: 5.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.4 CPython/3.8.8 Darwin/20.3.0

File hashes

Hashes for unpaddedbase64-2.1.0.tar.gz
Algorithm Hash digest
SHA256 7273c60c089de39d90f5d6d4a7883a79e319dc9d9b1c8924a7fab96178a5f005
MD5 df85a20cbb8bf365a14db3011e9a7c49
BLAKE2b-256 4df8114266b21a7a9e3d09b352bb63c9d61d918bb7aa35d08c722793bfbfd28f

See more details on using hashes here.

File details

Details for the file unpaddedbase64-2.1.0-py3-none-any.whl.

File metadata

  • Download URL: unpaddedbase64-2.1.0-py3-none-any.whl
  • Upload date:
  • Size: 6.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.4 CPython/3.8.8 Darwin/20.3.0

File hashes

Hashes for unpaddedbase64-2.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 485eff129c30175d2cd6f0cd8d2310dff51e666f7f36175f738d75dfdbd0b1c6
MD5 eead9541765c69ee3963351424115ed8
BLAKE2b-256 4ca7563b2d8fb7edc07320bf69ac6a7eedcd7a1a9d663a6bb90a4d9bd2eda5f7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page