r/VeraCrypt

I encrypted a hard drive and am trying to permanently remove the encryption.

I don’t even know where to start. I know my password. The external hard drive is drive d on my computer but I don’t even see a drive d on my veracrypt app.

Once I find it, how do I remove the encryption so I can use it as a normal hard drive?

Also, I do have the option to format the drive when I click it from explorer. Don’t know if that is another way to remove the encryption.

reddit.com
u/OpportunityOk4752 — 10 hours ago
▲ 14 r/VeraCrypt+2 crossposts

[Beta Testers Wanted] OTG Master — mount VeraCrypt-encrypted USB drives on Android, no root, no internet, no ads

Hey r/VeraCrypt,

I built an Android app called OTG Master that lets you mount VeraCrypt-encrypted USB drives directly on your phone or tablet over USB OTG — no root, no PC, no internet connection ever required.

A bit of background: this started as a personal tool. I carry encrypted drives for work and got tired of needing a laptop just to access them on the go. I wrote OTG Master for myself, used it quietly for a while, and eventually thought — if it's useful to me, it's probably useful to others here too. So I cleaned it up, added proper features, and decided to ship it.

What it does

- Unlocks and mounts VeraCrypt volumes directly from a USB drive plugged into your Android device (USB OTG)

- Supports FAT32 and exFAT filesystems inside the VeraCrypt container, with full read/write

- Supports AES, Twofish, Serpent ciphers and SHA-512, Whirlpool, SHA-256 hash algorithms

- Supports PIM and keyfiles

- Auto Mount: remembers known drives and prompts you with biometric authentication on reconnect — no need to re-enter your password every time

- USB hub support: plug in multiple encrypted drives at once and get a single biometric prompt for all of them

- Detects whole-device volumes as well as partition-based containers

Privacy and security

- Zero internet access — the app has no network permission whatsoever. It cannot phone home, send telemetry, or leak anything. You can verify this yourself in the source code or by checking the app's permissions on your device.

- Open source — full source on GitHub

- Free, no ads, no trackers, no subscriptions — I built this for myself first; monetisation was never the goal.

- Credentials are stored in Android's encrypted keystore, never on disk in plaintext.

How to join the beta

Join the OTG Master Beta Testers Google Group and then opt in via the Play Store:

- Join on Android

- Join on the web

Please don't use drives containing data you can't afford to lose during initial testing. The core crypto is well-tested but filesystem write paths on unusual configurations may surface bugs I haven't hit yet. Test with a dedicated drive first. Once you're comfortable with the behaviour, your call.

Any bugs, crashes, or unexpected behaviour — please open an issue on GitHub or drop a comment here. Both are watched.

u/machan91 — 3 days ago

CryptoContainer

I recently have been trying to find a good way to access my VeraCrypt volumes on my android. I like to keep a backup of my IDs on a USB stick encrypted in a VeraCrypt volume. I'd rather not keep them stored on my phone in case I lose my phone (yes, I'm that paranoid), but I also don't want to keep them unencrypted on the USB key.

I've heard about EDS, but looking at the reviews there seems to be a lot of people that hate it (and isn't being updated any more?)

In my search I found CryptoContainer ( https://play.google.com/store/apps/details?id=dev.alsatianconsulting.cryptocontainer ) but it only has a handful of downloads and no reviews. Has anyone else played with this, or have other main stream options that don't seem to excessive with features? I don't need any cloud features, and just want to access the VeraCrypt volume, nothing fancy. Don't even need to create a volume, but I'd like to keep using something that's VeraCrypt compatible as I use it on multiple other devices and have come to like it.

u/Nekat_Eman — 3 days ago

Updating

How are we supposed to update VeraCrypt? I'm using version (1.26.18). I go to the website that's listed in About but the download never begins. GitHub only has instructions on how to build it. I'm not Bob the Builder. All I want is an exe file to install

reddit.com
u/ThaUntalentedArtist — 5 days ago

How do I permanently remove the encryption?

Another member opened my eyes that family photos should be accessible if something happens to me. I mainly didn’t want strangers to have access. Is there a way to remove the encryption so if something happens to me, the HDD is accessible to anyone?

reddit.com
u/OpportunityOk4752 — 7 days ago

Is there any practical reason to choose an encryption algorithm other than AES?

AES is the default and has hardware acceleration on most modern CPUs. But VeraCrypt also offers algorithms like Serpent, Twofish, and cascades (AES-Twofish-Serpent).

Is any of them actually stronger than AES in a practical sense, or is there no real-world security benefit?

reddit.com
u/Life-Initial5081 — 7 days ago

If veracrypt stops service, are you locked out?

I’m curious because I don’t want to lose my family memories. I am tempted to buy a new HDD that supports password functions to avoid losing my data.

reddit.com
u/OpportunityOk4752 — 7 days ago

Is there anything else you need to do besides creating a password?

I saw a video that says to backup or copy something to a computer. I don’t believe I saw that prompt.

reddit.com
u/OpportunityOk4752 — 7 days ago

Previously Encrypted USB Drive corruption (File Recovery)

Situation: Entire USB drive (SanDisk, ~460GB/494GB, bought via the official SanDisk Amazon storefront) is fully encrypted using VeraCrypt's whole-device encryption (not just a single partition). Drive started acting up: needed to enter the password multiple times to unlock, and once got past the password but the mounted volume was inaccessible with no error message — fixed itself after a dismount/remount. Eventually VeraCrypt flagged a damaged volume header.

What was done:

  1. Used VeraCrypt's Tools > Restore Volume Header — this fixed the password/decryption issue (password now reliably accepted), but the mounted volume still shows as 0 bytes Windows (unformatted/unreadable filesystem)
  2. Since the drive can't be safely "repaired" while RAW (chkdsk etc. don't work, and the data is too important to risk on the original), made a full sector-level image before attempting any further fixes:
    • First tried Testdisk, kept getting stuck in the 1 digit percentage range
    • Then AOMEI Backupper → hit a recurring driver error (Code 4140).
    • Switched to HDD Raw Copy Tool (lower-level, no driver dependency) → successfully imaged the entire drive with zero read errors, ruling out a catastrophic physical failure or counterfeit/fake-capacity drive.
  3. Plan from here: convert the resulting .imgcv2 file into a plain .img, mount that .img in VeraCrypt (as a file, not a device), then run TestDisk against the decrypted drive letter to try to repair the inner NTFS boot sector — falling back to PhotoRec (raw file-carving) if that doesn't work.
  4. Hit a detour: the destination drive used for the .img conversion (a separate 1TB external HDD, unrelated to the original sensitive drive) itself became unreadable mid-process and needed to be "Initialized" in Windows — its partition table is now gone too, ironically the same category of problem as the main issue. Not urgent — the original safety image (.imgcv2) is untouched and safe elsewhere, so nothing critical was lost, just need to redo a step.
  5. Ran PhotoRec once already, but the results (only ~15 files found, all obscure/incorrect formats, zero real video/photo matches) strongly suggest it was actually scanning still-encrypted data rather than truly decrypted content — needs to be re-run properly once the .img mounts correctly.

Current status: Original drive untouched and not being touched further. A verified, complete raw image of it (.imgcv2) sits safely on the PC's main drive. Next steps: fix/recover the 1TB HDD (or pick a new destination), finish the .img conversion, mount it, and run filesystem recovery tools against the decrypted result.

This is a summary of a Problem I'm having with VeraCrypt at the Moment. I tried to fix it with claude and eventually lost track of what we did (therefore the Summary very obviously written by the AI) but failed after lots of tries. I hoped that maybe PEOPLE could help me.
Thanks

reddit.com
u/GrimReaper_77 — 12 days ago

How vulnerable is data on a drive encrypted with VeraCrypt to corruption?

I've been using Cryptomator a lot, and one thing I do not like about it is that it doesn't matter how much parity you have for a file, if the encrypted .c9r file gets even a single block of data corrupted, then the decrypted file is entirely useless with no way to recover it.

if I encrypt a non-system partition with VeraCrypt, will it have the same weakness as Cryptomator to data corruption?

I am not necessarily worried about permanently losing data as I have multiple backups of all my important data. I am wondering if the parity files I'm creating are entirely useless if stored on a VeraCrypt drive.

reddit.com
u/divergentchessboard — 13 days ago