Hi,
I have used an older version of TUF (containing repository_tools) in our earlier implementation.
In my attempt to utilize v 5.0 of python-tuf, I am facing a few challenges to password-encrypt and store the
keys to the local disk. As I understand earlier versions utilized library calls like _generate_and_write_rsa_keypair
from securesystemslib.interface to perform this task ( Even the latest version of RSTUF still utilizes this ). However,
ssl has deprecated the interface module now.
So going forward, If I am not using any cloud based KMS what should be my options to generate, encrypt (with password) and store the
keys in a local environment ? Are there any supported 3rd party libraries to achieve this objective?
Regards,
Milan