DEV Community

Cover image for Want to encrypt your disk?
whoami22
whoami22

Posted on • Edited on

1

Want to encrypt your disk?

In the modern era many people want security for their files,documents,disk..etc., So to provide security to our files we use folder locker and so many apps, but here comes the VeraCrypt an open-source encrypting disk software. It encrypts entire disk in our system. How it works?
On what basis encryption does?

VeraCrypt is a software for establishing and maintaining an On-the-fly-encrypted volume. On-the-fly encryption means that data is automatically encrypted right before it is saved and decrypted right after it is loaded, without any user intervention. No data stored on an encrypted volume can be read (decrypted) without using the correct password/keyfile(s) or correct encryption keys. Entire file system is encrypted (e.g., file names, folder names, contents of every file, free space, meta data, etc).

Here what VeraCrypt uses for encryption and hashing?
Encryption Algorithm's are -

  1. AES (Advanced Encryption Standard)
  2. Camellia
  3. Kuznyechik
  4. Serpent
  5. Twofish
  6. Cascades of ciphers

Hash Algorithm's are -

  1. RIPEMD-160
  2. SHA-256
  3. SHA-512
  4. Whirlpool
  5. Streebog

Here you can checkout how to use VeraCrypt Tutorial !

Heroku

Amplify your impact where it matters most — building exceptional apps.

Leave the infrastructure headaches to us, while you focus on pushing boundaries, realizing your vision, and making a lasting impression on your users.

Get Started

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

If this post resonated with you, feel free to hit ❤️ or leave a quick comment to share your thoughts!

Okay