What defines a symmetric encryption system?
A public key encrypts data and an unrelated private key decrypts it.
Encryption requires a key, but decryption never does.
The same secret key is used to encrypt and decrypt data.
Every block of one file must be decrypted with a different independently shared key.