Which command generates 256 bits of random data in hexadecimal form and saves it to symmetric_key.hex?
symmetric_key.hex
openssl version > symmetric_key.hex
cp sample.txt symmetric_key.hex
openssl rand -hex 4 > symmetric_key.hex
openssl rand -hex 32 > symmetric_key.hex