This wikiHow will teach you how to browse your computer for encrypted files using Windows or macOS. Once you find out the location of the file, you can decrypt it using a few simple commands.

Method 1
Method 1 of 4:

Finding Encrypted Files in Windows

  1. 1
    Type cmd into the Windows search bar. You'll usually see the search bar at the bottom-left corner of the screen. If you don't see it, click the magnifying glass or circle to open it.
    • You can also pull up the search with Win+S. Search results will appear as you type.
  2. 2
    Click Command Prompt in the search results. This opens a black window with a command prompt inside.
    Advertisement
  3. 3
    Type cipher /u /n and press Enter. A list of all the encrypted files on your computer and their locations will appear along with their locations on your hard drive.
    • If you want to decrypt a file, make note of the location and continue with this method.
  4. Advertisement
Method 2
Method 2 of 4:

Decrypting Files in Windows

  1. 1
    Open File Explorer. You can find this on your Start menu or by pressing Win+E.
  2. 2
    Navigate to the folder that contains the file you want to decrypt.
  3. 3
    Right-click the encrypted file/folder and select Properties. This opens a dialog box to the "General" tab.
  4. 4
    Click Advanced. It's in the "Attributes" section.
  5. 5
    Uncheck the box next to “Encrypt Contents to Secure Data."
  6. 6
    Click Ok twice. All the pop-up boxes will disappear and your file will be decrypted instantly.
    • If this does not work, you may not have the ability or permission to decrypt this file, which may indicate malicious software.
  7. Advertisement
Method 3
Method 3 of 4:

Finding Encrypted Files on macOS

  1. 1
  2. 2
    Click the File menu. It's at the top-left corner of the screen.
  3. 3
    Click Find. You can also press Cmd+F.
  4. 4
    Click the Kind drop-down box. You’ll see this immediately under the tool bar.
  5. 5
    Click Other from the drop-down box. The options will change.
  6. 6
    Click Security in the attributes list.
  7. 7
    Check the “In Menu” box. A checked box indicates this is enabled. You can now browse your folders for encrypted files.
  8. Advertisement
Method 4
Method 4 of 4:

Decrypting Files on Mac

  1. 1
    Open Terminal. You can find this by searching Spotlight or in the Utilities folder of Finder.
  2. 2
    Type the following code: openssl enc -aes-256-cbc -d -in *path-to-file-you-want-to-decrypt* -out *path-to-where-the-decrypted-file-will-be-saved*.
  3. 3
    Press Return. You'll be prompted for a password.
  4. 4
    Type the admin password and press Return.
  5. 5
    Press Return. You'll find the decrypted file in the location you specified in Terminal.
  6. Advertisement

About This Article

Darlene Antonelli, MA
Written by:
wikiHow Technology Writer
This article was co-authored by wikiHow staff writer, Darlene Antonelli, MA. Darlene Antonelli is a Technology Writer and Editor for wikiHow. Darlene has experience teaching college courses, writing technology-related articles, and working hands-on in the technology field. She earned an MA in Writing from Rowan University in 2012 and wrote her thesis on online communities and the personalities curated in such communities. This article has been viewed 24,241 times.
How helpful is this?
Co-authors: 6
Updated: July 29, 2019
Views: 24,241
Article SummaryX

1. Open Command Prompt.
2. Type cipher /u /n.
3. Press Enter.

Did this summary help you?
Advertisement