Skip to main content
dec64 banner

🔐 dec64

PyPI version License: MIT Python Versions

Recursively decode Base64 encoded strings with ease.

InstallationUsageContributingLicense


Description

dec64 is a Python library that allows you to recursively decode Base64 encoded strings. It's designed to be simple to use and integrate into your projects.

Installation

You can install dec64 using pip:

pip install dec64

Usage

Here's a basic example of how to use dec64:

In command line:

dec64 -t "SGVsbG8sIHdvcmxkIGZyb20gZGVjNjQh"

In code:

from dec64 import Base64Decoder

decoder = Base64Decoder()

encoded_string = "SGVsbG8sIHdvcmxkIGZyb20gZGVjNjQh"
decoded_string = decoder.decode_until_end(encoded_string)

print(decoded_string)

Features

  • Recursively decode Base64 strings
  • Handle errors gracefully
  • Support for reading from files

Requirements

  • Python 3.6+

License

This project is licensed under the MIT License.

Author

xdearboy

Links

GitHub Repository | Website | PyPi

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Download files

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

Source Distribution

dec64-0.0.4.post0.tar.gz (6.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dec64-0.0.4.post0-py3-none-any.whl (5.4 kB view details)

Uploaded Python 3

File details

Details for the file dec64-0.0.4.post0.tar.gz.

File metadata

  • Download URL: dec64-0.0.4.post0.tar.gz
  • Upload date:
  • Size: 6.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for dec64-0.0.4.post0.tar.gz
Algorithm Hash digest
SHA256 8685d45a809154ca26242bd628d2e12deca1831bdedf2edfd869cd342a0a9f8c
MD5 d4023f992e2fff01fa6b805fc15e234f
BLAKE2b-256 af2fe0b3556ef445b261d0a47231e8219918f1da1b1cf2ae8d459136ec4a60ed

See more details on using hashes here.

File details

Details for the file dec64-0.0.4.post0-py3-none-any.whl.

File metadata

  • Download URL: dec64-0.0.4.post0-py3-none-any.whl
  • Upload date:
  • Size: 5.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for dec64-0.0.4.post0-py3-none-any.whl
Algorithm Hash digest
SHA256 c5baf19ee14e1ab7f3359d30da950d98b60b19d08dc583978a462c23783000e9
MD5 f90f42e4c87c579d5eb6a43cc3831146
BLAKE2b-256 71097054d22c2c984458e4c4d9ee3571a7b76279e82b20c4ef82a8a083005975

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.4.post0 This release

2 files

0.0.3

2 files

0.0.2

2 files

0.0.1

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page