RAR - what it is, common risks, and safe handling tips

RAR

What it is

RAR is a proprietary archive format that compresses one or more files into a single container with the .rar extension. It supports strong compression, error-recovery records, multi-part volumes, and self-extracting archives. Newer RAR versions add AES-256 encryption with password protection, so contents can be both smaller and locked.

Why it matters

RARs make large transfers faster and tidier, but they are also a common vehicle for malware. Encrypted archives can hide malicious payloads from casual inspection until a user extracts them.

How it works - quick tour

  • Compression: packs files with algorithms tuned for size.

  • Packaging: stores paths, timestamps, and optional recovery data.

  • Splitting: creates .part1.rar, .part2.rar for easier sharing.

  • Protection: optional password and AES encryption for contents and names.

Red flags

  • Unexpected RAR attachments from unknown senders.

  • Double extensions inside the archive like invoice.pdf.exe.

  • Archives that demand a password from the email body or a shady site.

  • Self-extracting RARs (.exe) that request admin rights.

Prevent it

  • Scan archives before opening and prefer extracting to a temporary folder.

  • Do not run executables directly from inside a RAR.

  • Be wary of password-protected archives you did not request.

  • Keep your archiver updated and block SFX extracts on locked-down systems.

    Glossary (A–Z)

    All A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
      • Related Articles

      • File Format

        What it is A file format is the blueprint for how data is stored inside a file - its structure, encoding, and rules. The format tells apps how to read, write, and display what’s inside (text, images, audio, spreadsheets, etc.). Why it matters Pick ...
      • Ramnit

        What it is Ramnit is a Windows file-infecting worm with trojan capabilities. It can inject itself into EXE and DLL files, add malicious code to HTML pages, and spread via removable drives and network shares. Once established, it deploys backdoors, ...
      • Executable File

        What it is An executable file is a program you can run - double-click it and your operating system starts doing what the file tells it to do. Common examples: .exe and .msi on Windows, apps on macOS, and ELF binaries on Linux. Why it matters ...
      • File-infecting Virus

        What it is A file-infecting virus hides inside legit programs (like .exe or .dll). When you run the program, the virus runs too - then copies itself into other executables, spreading across the PC and sometimes network drives or USBs. What you may ...
      • Encrypted File Transfer

        What it is Encrypted file transfer is sending files in a locked envelope. The contents are scrambled so only someone with the right key or password can read them - keeping your documents safe from snoops on Wi-Fi, the internet, or shared networks. ...