Python utilities for inspecting Cryptomator drives https://yingtongli.me/blog/2024/06/01/cryptomator.html
Go to file
RunasSudo 8aa4c8dc48
Avoid using PyCryptodome for AES-GCM decryption of file contents
This removes all PyCryptodome dependencies
2024-05-27 22:23:29 +10:00
lib_cryptomator_utils Avoid using PyCryptodome for AES-GCM decryption of file contents 2024-05-27 22:23:29 +10:00
.gitignore Refactor and add comments 2024-05-26 01:18:01 +10:00
COPYING Add README and COPYING 2024-05-26 01:35:57 +10:00
README.md Add README and COPYING 2024-05-26 01:35:57 +10:00
decrypt_file.py Print informational messages to stderr 2024-05-26 01:54:25 +10:00
list_directory.py Print informational messages to stderr 2024-05-26 01:54:25 +10:00

README.md

cryptomator-utils

A collection of standalone Python command-line scripts for inspecting Cryptomator drives. The scripts operate on the encrypted drive directly and do not require Cryptomator to be running.

Includes scripts for:

  • Listing contents of a directory
  • Decrypting a single file