Skip to main content

Python module to handle tarfile backups.

Project description

Secure Tar

Secure Tarfile library

It's a streaming wrapper around python tarfile and allow secure handling files and support encryption.

with SecureTarFile("test.tar", "w") as tar_file:
        atomic_contents_add(
            tar_file,
            temp_orig,
            excludes=[],
            arcname=".",
        )

with SecureTarFile("test.tar", "w", b"AES128_KEY_SIZE") as tar_file:
        atomic_contents_add(
            tar_file,
            temp_orig,
            excludes=[],
            arcname=".",
        )

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

securetar-2023.3.0.tar.gz (7.8 kB view details)

Uploaded Source

Built Distribution

securetar-2023.3.0-py3-none-any.whl (7.9 kB view details)

Uploaded Python 3

File details

Details for the file securetar-2023.3.0.tar.gz.

File metadata

  • Download URL: securetar-2023.3.0.tar.gz
  • Upload date:
  • Size: 7.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for securetar-2023.3.0.tar.gz
Algorithm Hash digest
SHA256 f362e338fcf572ac65d062b5e5c31067605362ed412d4f553ac2ed9efe7ed498
MD5 0dc874755d566bdd0e7e564c19a8c16b
BLAKE2b-256 7fe46ec3be82f2bcc0b9feb29d2f5a7e13a8089c62e06f6944e87dd6428cc5b0

See more details on using hashes here.

File details

Details for the file securetar-2023.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for securetar-2023.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 cbf5580c7ce6e1c74bb76f2ddfa47635b0222a51befd855991cd1f50d69fceec
MD5 d488f30b8b841e8bf50b96e0b69ff855
BLAKE2b-256 098fce05f153743443ad3f9355dbad0b2d38d9b75be73e17c4e7af953872ddec

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