| 1. |
Solve : A Windows password script? |
|
Answer» A Windows password script Handy indeed Actually, Mac doesn't, REALLY. It creates a password protected disk image (DMG) that contains the contents of the folder. This is directly analogous to simply using a ZIP file and windows built in zip support. It will prompt you for a password and then it will open the folder. The difference is the Mac Finder has this function built in to automatically request the password for the image and mount it if the proper password is supplied. Microsoft cannot do this due to anti-trust laws. (they have to use the same mechanism that anybody else can to create their shell extensions. Unlike Mac OS, which I don't believe even has a stable interface with which developers can create anything like a shell extension. Anyways; the Direct analog to the mac "password protected folder" is a encrypted Zip file. Quote from: BC_Programmer on March 30, 2010, 02:57:37 PM Anyways; the Direct analog to the mac "password protected folder" is a encrypted Zip file.Of course it would be great if instead of a zip file, it was a password protected 'folder' instead.. Is this possible? Now I wanna know haha. It'll probably involve editing the registry.. Quote from: BadServer on March 30, 2010, 03:07:12 PM Of course it would be great if instead of a zip file, it was a password protected 'folder' instead.. As far as windows is concerned, with the default install and the "Compressed Folder" shell extension, a ZIP file IS a folder. It treats it just like it would a folder. It technically isn't a folder, but that's only a trivial detail. the Mac OS system doesn't actually encrypt a folder directory and instead does the exact same thing- it creates a disk image, plops the contents of the folder into it, and encrypts it, and then decrypts it when necessary. It like a folder, but it isn't actually a folder. Secondly I doubt registry edits would persist across multiple machines in a external drive as the Original request wanted. Quote from: BC_Programmer on March 30, 2010, 03:11:01 PM Yeah that's abosulutely true, but you know what i mean Quote from: BC_Programmer on March 30, 2010, 03:11:01 PM True. Is there any possible way for a program to attach a setting/script to a folder that is compatible with most windows Os's that will do such act as what 'BIGBUTT' Needs? And if so, This program needs finding. Or needs to be created.A QUOTE and A REASON why I am done with POSTING on cnet: "Two things - New! by Jimmy Greystone - 3/30/10 1:56 PM In reply to: I am looking for a Windows password script by bigbutt100 Two things. 1: Why did you post a new question at the end of an old discussion? 2: Mac OS X has absolutely NOTHING like what you describe built in. I suspect you're confusing OS X's sudo prompt for something it's not. Now, long story short, the only way you're going to be able to have everything you want in a program, is for it to be supported in the filesystem, and with Windows you have FAT and NTFS as your choices. Neither of which support anything even approaching this. What you want SOUNDS simple, until you come across someone with a little actual programming experience, who will tell you this would require a pretty significant reworking of some major Windows components. You'd need to update the filesystem to support a specific kind of ACL, then work the file management APIs to support those as well. Then you have to wrap all that into a pretty GUI. And even then, any external devices would have to use the same filesystem, or you'd have to create a failsafe in the file manager APIs so that it will refuse to copy a file from one filesystem to another, which would greatly upset people who wouldn't be able to figure out why they can't copy some file or directory. I don't think there's an OS out there that has anything like what you want. Mostly because there are better ways of doing it. Just like a better way of asking this question would have been to make a new topic instead of hijacking an old thread." Well Excuse me! I wonder why they delete the thread before I reply. You may be thinking its because he "Jimmy fatstone" wanted to end the "old" discussion, but I think he was afraid of hearing my replies. There is nothing wrong with posting on an old thread. Its an easy quick way to keep the same info on the thread instead of re-instating everything over again. Easy is providing good customer service and good customer service is getting more people to post which gives more traffic to the site.bigbutt, lulz, yea, jimmy pheared u are you - in the meantime - also done with posting here? bcs. you're done with cnet, unix.com if you think that's easy/possible, go ahead and code it yourself! SCNR! Quote 2: Mac OS X has absolutely NOTHING like what you describe built in. I suspect you're confusing OS X's sudo prompt for something it's not. LOL, he couldn't even be bothered to google. also Quote What you want SOUNDS simple, until you come across someone with a little actual programming experience, who will tell you this would require a pretty significant reworking of some major Windows components.He's dead wrong here... Quote You'd need to update the filesystem to support a specific kind of ACL,No. No filesystem updates will be necessary. What can be done is simply a better implementation of "zip" folder compression, but using strong password encryption. I believe truecrypt allows for something like this, come to think of it. Quote then work the file management APIs to support those as well. Doesn't even make any sense. Not sure how somebody can change the file management API functions, or why they would, either. Quote Then you have to wrap all that into a pretty GUI. And even then, any external devices would have to use the same filesystem, or you'd have to create a failsafe in the file manager APIs so that it will refuse to copy a file from one filesystem to another, which would greatly upset people who wouldn't be able to figure out why they can't copy some file or directory.yet more pure nonsense. Anyways, I thought I mentioned it previously, but it looks like I got caught up in the exciting domain of zipped folders. Truecrypt, while I only really fiddled with it for a while, might offer something like what you are after (encrypt/decrypt on right-click menu). Of course, part 3 is simply impossible to properly get working, unless you "auto-install" something in autorun.inf, but then you'll be flagged as an infection. |
|