Get a Pentest and security assessment of your IT network.

Cyber Security

Secure Your Documents: A Practical Guide

TL;DR

Protecting your documents involves a mix of strong passwords, encryption, access control, and regular backups. This guide walks you through practical steps to keep your information safe.

1. Strong Passwords & Password Managers

  1. Create Unique Passwords: Don’t reuse passwords across different accounts.
  2. Password Complexity: Use a combination of uppercase and lowercase letters, numbers, and symbols. Aim for at least 12 characters.
  3. Password Managers: Consider using a password manager (e.g., LastPass, 1Password, Bitwarden) to generate and securely store your passwords. These tools can also auto-fill logins.

2. Encryption

Encryption scrambles your documents so they’re unreadable without the correct key.

  1. File Encryption: Use built-in encryption features or dedicated software.
    • Windows: Right-click on the file/folder, select ‘Properties’, go to the ‘General’ tab and click ‘Advanced’. Check ‘Encrypt contents to secure data’.
    • macOS: Right-click on the file/folder, select ‘Get Info’, check ‘Encrypt’.
    • 7-Zip: A free archiving tool that supports strong AES encryption. Select files, right click and choose 7-zip -> Add to archive… then set a password in the options.
      7z a -pYOUR_PASSWORD archive.7z file1.txt file2.docx
  2. Full Disk Encryption: Encrypt your entire hard drive (e.g., BitLocker on Windows, FileVault on macOS) for maximum security.
    • Windows: Search for ‘BitLocker’ in the Start menu and follow the prompts.
    • macOS: Go to System Preferences -> Security & Privacy -> FileVault.

3. Access Control

Limit who can see and edit your documents.

  1. Folder Permissions: Set permissions on folders to restrict access to specific users.
    • Windows: Right-click folder -> Properties -> Security tab. Edit permissions for each user/group.
    • macOS: Right-click folder -> Get Info -> Sharing & Permissions. Adjust access levels (Read & Write, Read only, No Access).
  2. Cloud Storage Permissions: Review and adjust sharing settings in cloud storage services (e.g., Google Drive, Dropbox, OneDrive).

4. Regular Backups

Backups protect you from data loss due to hardware failure, malware, or accidental deletion.

  1. The 3-2-1 Rule: Keep at least three copies of your important files on two different media types, with one copy offsite.
  2. Backup Methods:
    • External Hard Drive: Regularly copy files to an external drive.
    • Cloud Backup Services: Use a cloud backup service (e.g., Backblaze, Carbonite) for automatic backups.
    • NAS (Network Attached Storage): A central storage device on your network.

5. Cyber security Awareness & Malware Protection

Protect against viruses and phishing attacks.

  1. Antivirus Software: Install and keep antivirus software up to date (e.g., Windows Defender, Norton, McAfee).
  2. Firewall: Enable your firewall to block unauthorized access.
    • Windows: Search for ‘Firewall’ in the Start menu.
    • macOS: System Preferences -> Security & Privacy -> Firewall.
  3. Phishing Awareness: Be cautious of suspicious emails and links. Never share sensitive information via email or untrusted websites.

6. Secure Document Disposal

When you no longer need a document, dispose of it securely.

  1. Shred Paper Documents: Use a shredder to destroy sensitive paper documents.
  2. Securely Delete Digital Files: Simply deleting files isn’t enough. Use file shredding software (e.g., Eraser) to overwrite the data multiple times.
    eraser filename.txt
Related posts
Cyber Security

Zip Codes & PII: Are They Personal Data?

Cyber Security

Zero-Day Vulnerabilities: User Defence Guide

Cyber Security

Zero Knowledge Voting with Trusted Server

Cyber Security

ZeroNet: 51% Attack Risks & Mitigation