Welcher Befehl erzeugt 256 Bit zufällige Daten im Hexadezimalformat und speichert sie in symmetric_key.hex?
symmetric_key.hex
cp sample.txt symmetric_key.hex
openssl rand -hex 32 > symmetric_key.hex
openssl rand -hex 4 > symmetric_key.hex
openssl version > symmetric_key.hex