Will using CTR mode with unique IVs, but only one password for encrypting multiple files, leak data or keys?

I’m working on a project to encrypt many files with a single password.

The steps I will employ to encrypt the files are:

user will execute a command similar to tool –encrypt –recurse directories/to/recurse and-other-file… Continue reading Will using CTR mode with unique IVs, but only one password for encrypting multiple files, leak data or keys?