USERS LOGIN:
 User:
 Pass:

FILES BY LETTERS:
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
FILES BY YEARS:
2024 2023 2022 2021 2020 2019 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2004 2003 2002 2001 2000 1999 1998 1997 1996 1995 1994 1993
NEW UPDATES:
Latest updates
CATEGORIES
  • All in one tools
  • Antivirus & Malware
  • Audio & Video
  • Backup tools
  • Browsers&Plugins
  • CD/DVD/Blu-Ray
  • CD installations
  • Codec packs
  • Compression tools
  • Comunication
  • Desktop tools
  • Developer tools
  • Drivers
  • Drive:SSD,HDD...
  • Emulators
  • Emulator NES
  • File sharing
  • File Transfer
  • Fiinance managers
  • Games
  • Game cheats
  • Game emulators
  • Game mods
  • Game No-CD/DVD
  • Game patches
  • Game pubishers
  • Game requirements
  • Game trainers
  • Game torrents
  • Game unlockers
  • Games Full
  • Graphics & Photos
  • How to?
  • Icons
  • Internet Tools
  • Messages & Emails
  • Music torrents
  • Network & tools
  • Office / News
  • Portable versions
  • Security & Firewalls
  • Serial numbers
  • Social Apps
  • Sys info
  • System utilities
  • Video help
  • Virtualization
  • VPN / Privacy
  • Windows tweaks
  • Popular:



    Guest | Registration   
     WINDOWS FORUMS TOPIC | Encrypt/secure files on external HDD?...
      ALL FORUMS | Windows 11 | Windows 10 | Windows 8 | Windows Vista | Windows 7 | Windows XP
         
     

    Latest Threads Windows All:
  • 100% Disk Usage Freezing After All Steps Exhausted : Hi, I have been having 100% disk usage issues over the last day or two. I have tried EVERY SINGLE THING
    jcomey  November 23, 2024
  • Reddit connection : Does anyone know why firefox only sometimes connects to reddit website..Is it the http?
    cosmic52  November 23, 2024
  • Computer blue screens and programs keep crashing : I have an ASUS gaming laptop that's less than 2 years old, and lately, it’s been acting up with
    virtualsoutheast  November 23, 2024
  • Windows 24H2 update KB5046740 : Installed this update today KB5046740 22/11/24 and an issue arose in the start menu, the option to unpin
    christop bader  November 23, 2024
  • Optical drive not shown : I recently installed an optical drive and file explorer does not show it but the device manager shows
    esebm  November 21, 2024
  • Windows 11 Old Wi-Fi Security Standard : Hi,<br><br>Got a new Windows 11 Laptop which has only Wi-Fi connectivity (no wired
    Nick79  November 21, 2024
  • How Can I Switch Outlook From Opera Mail? : Using BLR Tools MBOX Converter Software, exporting Opera Mail to PST files is simple. To do this, users
    minervastrickland  November 21, 2024
  • 23H2 win 11 NO SLIDESHOW in explorer : After about a year of headaches with win 11 I sent my machine to agood repair guy and its finally running
    Bill Shannon  November 21, 2024
  • Cannot increase font size in some win11dialogs : Hello friends,<br>cannot increase font size in some win11dialogs<br><br>For example
    giorgiogio48  November 21, 2024
  • MBOX to Outlook PST Conversion via MBOX Converter : Hello to everyone. If you want a secure way to convert MBOX files to Outlook PST, use MBOX Converter.
    minervastrickland  November 21, 2024
  • Startup error problem : Every time I start Windows 11, I have an error box, showing the following-<br><b
    pj.field  November 21, 2024
  • Install software on 1 user account only : Hi all,<br><br>Is it possible to install software on the current user account only on Windows
    WindOfRage  November 21, 2024
  • Unable to access local network share - not sure what account and/or password to use : I have two PCs in this room, one called ELLIOT-PC and one called ELLIOT-SERVER.<br><br>ELLIOT-SERVER
    King Mustard  November 21, 2024
  • Unable to Download Latest Windows Update : Hi everyone! My computer will not download the latest Windows update. In my settings, it indicates that
    promptwistful  November 21, 2024
  • Locked out of Phonelink..can't access Google Services : Phonelink has worked seamlessly for a couple of years now....so all good with router/signal
    MisterKevster  November 21, 2024
  • ID10 mulambo  September 2, 2024

    Encrypt/secure files on external HDD?






    ID10 mulambo  September 2, 2024

    Comments:

    4 comments, 41 views
    « Back 1 2 3 Next »

    ID2404 - mulambo - Sep.2,2024

    Malneb said:
    why are you so concerned about them not editing anything?


    because its my stuff, you know.. pretty simple



    ID2405 - Malneb - Sep.2,2024

    mulambo said:
    because its my stuff, you know.. pretty simple



    Sure but that is not conductive to actually protecting data to just say "its my data simple". The paradigm is this, either protecting data where its about keeping other people away from that data which is why why use encryption. Which means in turn its already a given if you allow someone to said data then that means you trust that person with said data 100%.

    Permissions in computers since UNIX state a clear paradigm which is on a basic level and also a POSIX standard and further in another method called ACL which is a system derived from the earlier system and is loosely speced around POSIX.

    Basic example

    r = read
    w = write
    x = execute

    You give or deny any user, person or group any combination of those allowances. Or you encrypt entirely data where you want more robust measure of protection. There is no grey area and read access also means that the person can copy said data, they also need to be able to read to do any of the other features. So opening a document or viewing a picture or listening to a song is read permissions granted, which means they can copy that data.

    You let them read and execute but not write data, so they can still copy and read but they cannot alter data. Past that then ditto.

    So really you either give them access or you don't.



    ID2406 - mulambo - Sep.2,2024

    Logic doubt.
    Why "copy" = "read" ?
    Copying means duplicating.
    Example: you have a written exam to do. A colleague asks you to make him read your stuff. Then he entirely copies it and presents it as his stuff. The teacher gets upset and start doubting of both the real author (you) and the smartarse (your colleague).
    Hope that makes sense.



    ID2407 - Malneb - Sep.2,2024

    Well copy is hard to define because its not strictly defined, it falls under a few different scenarios, technically you only need read permissions to copy data. But because most of the time data is wanting to be written then you need write permissions too.

    You can get around that hence technically you only need to be able to read data to copy it.

    The earlier example given is only per OS because the perms are set on any given OS. So if i had a file called A i could copy that file to computer B and computer B can do anything with it.

    This logic means i can copy data outside of the OS where i have full perms and then i can do anything i want with that data.

    the local permission example it was also only shown to you to show and elaborate more on that there is not simple way to do what you are wanting to do, you either give a third party access or you don't. Encryption is about protecting data from the very stuff i just mentioned, and even there is still stands you give them access or not.
    Example on a basic level a password protected zip, you give the password to certain ppl so that anyone else who comes across the zip file will not be able to access that data. You see here there is the exact same mantra of "You give them access or not"

    Its a catch 22 because you want to give someone the hard drive but the very act of doing that means you give them access to the data. There is no way to be in between because there is no grey area in the systems involved. You can encrypt the drive but that person needs to know the password. Else they cannot access the data and filesystem perms only pertain locally so you cannot to my knowledge change that.

    All roads lead to Rome which is you trust someone to data or not.



    « Back 1 2 3 Next »

    Your comment

    Guest comments are allowed ...
    Your name:
    Youtuble Link: visible: or hidden
    Image url:
    I agree terms of use!
     

    Site Author 1998 - 2025 ©, All rights reserved | For your question klik here

    EU-SEARCH | EU-SEARCH Images | FILESI (english) | NEWS