A Windows password script

 
Thread Tools Search this Thread
Special Forums Windows & DOS: Issues & Discussions A Windows password script
# 1  
Old 03-30-2010
Java A Windows password script

I am looking for a Windows password script. What I would like it to do is the following:

1.) I right click a folder &/or file and it has the option to "attach a password" in the context menu. (created by the script.)

2.) After attaching the password to the folder &/or file, it will prompt for the password when trying to open the folder &/or file & or a file inside the protected folder.

3.) Last it will need to do is extend these protection settings so if it's copied to external media, hard drives, or other computers, it will still prompt.
----------------------------------------------------
OK, some important notes:

- I don't want a programs that make you move the file/folder into a "vault or locker".

- I would like to attach a password to the file/folder with no further manipulation to the file/folder.

-"Winrar" is the closest thing to my longest most simple journey but it moves the file into a password protected archive. This would not be so bad if it didnt take forever to open just to populate (when you have multiple files in the archive.) This is very time consuming when you just want to open one file/folder.
------------------------------------------------
This is so simple yet I have failed to know end trying to find this. The mac has this built in I believe, but I have Windows. Joy for Windows Smilie.
# 2  
Old 03-30-2010
And what has Windows to do with Unix ?
# 3  
Old 03-30-2010
Moved to the Windows sub-forum.
# 4  
Old 03-30-2010
PHP re: a windows password script

Quote:
Originally Posted by frans
And what has Windows to do with Unix ?

This has nothing to do with unix obviously. Although I have failed to see the "windows sub forum", sarcasm is not necessary.

Thanks in advance to those who wish to help.
# 5  
Old 03-30-2010
You cross-posted in an off-topic place intentionally, then? Hardly an improvement...

I'll put it plain and simple: Files don't work that way. The closest you'd get would be an encrypted locker, or some sort of self-extracting executable that demands a password first.
# 6  
Old 03-30-2010
PHP re: a windows password script

No I did not cross post anything intentionally. I am simply seeking help.

Files can work the way they are written, here is a quote from another forum site about the same topic and I would like to see a smart post somewhere on how to do what this says:

"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."
# 7  
Old 03-30-2010
Quote:
No I did not cross post anything intentionally. I am simply seeking help.
Which is it? It can't be both.

Anyway, he's saying you need to fundamentally modify the operating system. That's something you'd have to ask the people at microsoft to do. So my answer still applies.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

How to make a Password-Less Login from Windows to Linux using OpenSSH?

I installed the OpenSSH on my Windows Machine. I want to connect to the remote Linux machine without typing password. I followed the bellow instructions but the SSH needs password to establish the connection yet. Open CMD and run: ssh-keygen -t rsa (The public and private keys are generated in... (1 Reply)
Discussion started by: manoj.solaris
1 Replies

2. Solaris

How to set password for vnc software installed in windows machine?

i want user to prompt for password when ever he tries to login into solaris box using vnc software. is it possible.. each time the user tries to access a solaris box should be prompted for password. and each user can set his own password for his session? if all the above are possible which... (3 Replies)
Discussion started by: chidori
3 Replies

3. Windows & DOS: Issues & Discussions

How to Recover windows administrator password?

HI, Can anybody tell me..about recovering windows administrator password in case of Forget it. Now in Unix OS and any database,there is a fascility of recovering root/admin password.... Can window provide any such kind of fascility?....Also tell me any other normal users password recovery... (5 Replies)
Discussion started by: jagdish.machhi@
5 Replies

4. Shell Programming and Scripting

how to change root password using shell script with standard password

Hi Friends. I am new to scripting now i want to change the root password using the script with standard password. which is the easy scripting to learn for the beginner, Thanks in advance. (2 Replies)
Discussion started by: kurva
2 Replies

5. Windows & DOS: Issues & Discussions

ssh: sending password from windows client

Hi. My workstation is Windows. I use putty to connect to unix servers. The problem is that i'm doing it many times a day and each time i need to supply password. I have no control on ssh configuration on servers, because of account restrictions. So i can't use key authentication, how is suggested... (4 Replies)
Discussion started by: kukuruku
4 Replies

6. Windows & DOS: Issues & Discussions

windows startup password

Hi, a friend of mine uses windows and he changed his password (using some weird non-english characters). Now when he logged into windows, it asked for the admin password and he couldn't enter those characters (you can only turn that on once you're in windows). So is there anyway to login or... (0 Replies)
Discussion started by: chaoses
0 Replies

7. AIX

How to do ssh without password from windows to AIX?

I know how to ssh without password from AIX to AIX, however, how to do it from Windows to AIX? (6 Replies)
Discussion started by: rainbow_bean
6 Replies

8. Windows & DOS: Issues & Discussions

How to find windows user without any password

How to find windows users without any password.. (0 Replies)
Discussion started by: RPG
0 Replies

9. Solaris

Windows 2003 sp1 to Solaris 10 6/06 password synchronization (ssod)

We are currently using ssod daemon, included with SFU 3.5, to synchronize passwords from AD to Solaris 8. We are now upgrading to a new Solaris 10 server. I loaded out the sso.conf, and the ssod on the server. Ssod seems to start up fine, but it gives an error on the console when I change a... (0 Replies)
Discussion started by: james_ryan
0 Replies
Login or Register to Ask a Question