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.12.0.tar.gz (8.7 kB view details)

Uploaded Source

Built Distribution

securetar-2023.12.0-py3-none-any.whl (8.0 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for securetar-2023.12.0.tar.gz
Algorithm Hash digest
SHA256 ff400fded51af01ad9f7a24165897d630a145a65bcf3b74d4079ed79407d1f89
MD5 31f76f2a16d3ef04f8df6f4147a4fa55
BLAKE2b-256 94a939d6a87b0e51cdbbb24f33bbd727d0f4b4417f34ae35e30b84db071b2aed

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for securetar-2023.12.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9429f663d4a366be01b3727ee68e60d51547d908c04bc8b18c1a1a56892719fc
MD5 1642891ec7086edcd77281fb28c03d52
BLAKE2b-256 26b4b0ccacc6b3d5b1d6ab8a4e0cf11d6a6dbeb1770eb8df6a52ff34af685797

See more details on using hashes here.

Provenance

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