slackner / gocryptfs-inspect

Scripts to manually inspect the content of files encrypted with gocryptfs
MIT License
27 stars 7 forks source link

gocryptfs: Fallback to pycryptodome if pycryptodomex is not present. #2

Closed slackner closed 3 years ago

slackner commented 3 years ago

Alternative approach to https://github.com/slackner/gocryptfs-inspect/pull/1. First try to use pycryptodomex, but if it is not present, fallback to pycryptodome.