niclaslindstedt / docker-backup

Backup files in your Docker containers, Docker volumes or host system folders.
https://hub.docker.com/r/niclaslindstedt/docker-backup
MIT License
4 stars 0 forks source link

Option to produce signatures #43

Closed niclaslindstedt closed 3 years ago

niclaslindstedt commented 3 years ago

Instead of doing hashes, it would be good to use gnupg to produce signatures.

Of course, using sfv checksums should still be possible for systems where attacks are very unlikely, since creating signatures requires that the user provides a gpg key.

niclaslindstedt commented 3 years ago

I've landed in producing signatures of the sfv files instead. It's quicker and will be much faster to verify.

niclaslindstedt commented 3 years ago

44