Skip to content

Files

Latest commit

6673dd4 · Mar 7, 2025

History

History
24 lines (17 loc) · 1.35 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.35 KB

CircleCI CodeQL codecov PyPI - Downloads

CofferFile

A python xxxFile like (ie TarFile, GzipFile, BZ2File, pyzstd.ZstdFile, ...) for encrypting files with Fernet, Nacl, ...

  • encrypting / decrypting data using chunks to reduce memory footprint
  • chainable with other python xxxFile interfaces (stream mode)
  • interface to compress/encrypt and decrypt/decompress (with pyzstd) in stream mode
  • look at BENCHMARK.md ... and chain :)

If you're looking for a more powerfull storage for your sensible datas, look at PyCoffer : https://github.com/bibi21000/PyCoffer.

This is the main library. Look at https://github.com/bibi21000/NaclFile, https://github.com/bibi21000/FernetFile, https://github.com/bibi21000/TinkFile or https://github.com/bibi21000/AesFile for implementations with cryptograhics tools.

Look at documentation : https://bibi21000.github.io/CofferFile.