Let's say I have found the private key used to digitally sign executables that can be flashed into certain hardware.
If I made a tool that took any compatible binary as an input, and used that private key to provide the signed file as an output, would that...
- ...violate copyright law because of the private key distribution? Or more accurately, are private keys generated randomly by a program (say, OpenSSL) copyrightable in the first place?
- ... break the DMCA 1021 section? (Assuming that the key isn't used to decrypt a copyrighted work, but just to allow for any binary that is signed with it to be executed in the target hardware)