Cryptomator Vault implementation in Go

Features as outlined in Cryptomator Architecture

  • Read and Create vault configuration
  • Read and Create masterkey
  • Encrypt and Decrypt files
  • Encrypt and Decrypt filenames
  • Generate and Resolve directory IDs
  • Create Backup Directory IDs
  • Symlinks
  • Name Shortening

Future Work

  • Stable Api
  • Sophisticated chaching of directory ids
  • High performance locking

Disclaimer

  • This library is NOT affiliated with the official Cryptomator product in any way.
  • This library is NOT yet tested well enough to be used in production
  • This library is NOT audited in any way