Chris

Results 20 comments of Chris

Hi Chris! Any chance on reviving the project and incorporating these suggestions? Cheers!

Writing an actual file to disk with the plaintext pswd inside is probably more useful for long keys (such as your private ssh key). When it comes to crypto, maybe...

Not really :) I was thinking the whole `--passphrase` option may not be a good idea in the end and we could probably still PIPE the passphrase to crypto, if...

Yes, making it parallel by default and using the CPU count is a good idea in my opinion. We could argue that it should actually be `cpu_count() - 1` to...

yes, if you don't know which file is which it is of course not very user-friendly. Here are some thoughts I had regarding this: 1 - Ideally, the file name...

I just realized that there already are command-line options for gpg to encrypt / restore file names: https://www.gnupg.org/gph/en/manual/r1172.html --set-filename STRING to store a chosen filename encrypted inside a message --use-embedded-filename...

Yes, I started some implementation on the filename encryption - using the uuid.hex option is a good idea and I would remove the file name endings as well since it...

Anyone found a solution? I am getting the same error.

The issue is related to this line: https://github.com/strohel/Ceygen/blob/master/setup.py#L18 Which hasn't changed since the 0.3 release from what I can see.

At least for Photos / Videos this isn't really a problem, though, right? As far as I can see Amazon can display time of upload (`Added`) as well as date/time...