I’m learning how to use Duplicacy CLI and having success with my testing. I wanted to try encryption so jumped right to RSA, generated a key pair, and successfully restored.
- What is the benefit of using RSA vs standard encryption?
- The documentation states that the key needs to be passwordless, but on MacOS I was unable to generate one without a password (an error was returned when no password was provided).
Thanks