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)
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | f362e338fcf572ac65d062b5e5c31067605362ed412d4f553ac2ed9efe7ed498 |
|
MD5 | 0dc874755d566bdd0e7e564c19a8c16b |
|
BLAKE2b-256 | 7fe46ec3be82f2bcc0b9feb29d2f5a7e13a8089c62e06f6944e87dd6428cc5b0 |
File details
Details for the file securetar-2023.3.0-py3-none-any.whl
.
File metadata
- Download URL: securetar-2023.3.0-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cbf5580c7ce6e1c74bb76f2ddfa47635b0222a51befd855991cd1f50d69fceec |
|
MD5 | d488f30b8b841e8bf50b96e0b69ff855 |
|
BLAKE2b-256 | 098fce05f153743443ad3f9355dbad0b2d38d9b75be73e17c4e7af953872ddec |