This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
TheOutcast5's profile picture

Protection for Floppies

Started by TheOutcast5, 04 June 2012 - 11:18 AM
TheOutcast5 #1
Posted 04 June 2012 - 01:18 PM
What I mean is like add protection for copying, deleting and modifying files. The protection could be a password. Is it possible for anyone to do this or attempt to do this.
kazagistar #2
Posted 04 June 2012 - 05:18 PM
Most that would be possible is encrypting it, and then making the decryption program that reads and modifies it incomprehensible, but if the user has control of the hardware, they can always reverse engineer. This is why DRM fails so hard at stopping pirates irl.
Xfel #3
Posted 04 June 2012 - 06:01 PM
Well, an unix-like user and permission system would definetely be a cool thing.
PixelToast #4
Posted 04 June 2012 - 06:54 PM
or just a built in file encryption api and your own permission system