PrepAway - Latest Free Exam Questions & Answers

Which two command sequences can be used to generate an encrypted backup of the files under /app1?

A security administator has a requirement to make an encrypted backup copy of an application and its data, using the AES algorithm, so that it can be safely transmitted to a partner. Which two command sequences can be used to generate an encrypted backup of the files under /app1? (Choose two.)

PrepAway - Latest Free Exam Questions & Answers

A.
crypt < /app1/* > app1.backup.aes

B.
encrypt -a aes -d /app1 -o app1.backup.aes

C.
tar cf – /app1 | gzip -d -e aes > app1.backup.aes

D.
ufsdump 0f – /app1 | crypt -a aes > app1.backup.aes

E.
ufsdump 0f – /app1 | encrypt -a aes -o app1.backup.aes

F.
tar cf – /app1 | openssl enc -out app1.backup.aes -aes-128-cbc


Leave a Reply