[project]Encrypting Data at rest using VeraCrypt
Dec 19, 2021
Overview
It is essential to encrypt the disk to avoid any data leakage when stolen or lost.
VeraCrrypt can help a system administrator hide any folder by unmounting the file. The password is necessary to mount back to see the folder.
VeraCrypt can encrypt data (in this case, text file) in the disk(F: Volume).
Information Details
· Encryption algorism: AES
· Hash algorism: SHA-512
· Volume size: 2MB
· Volume filesystem: FAT
What is more, it is found that access to the volume can be controlled by mounting and dismounting VeraCrypt.