lock text files with passwords [closed] - security

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Is there any way to protect the text file. I want to protect my text files to protect with password. So how is it possible that when client wants to open the text file it asks for password and files can be opened in notepad only after entering the right password. By using this can be make our files secure

Zip it and password protect the entry :) full compatibility with any PC and decent security :) (Zip ueses AES to pretect it's entries).

Related

Interactive objects embedded in excel viewed in share point [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I want to create interactive objects that appear in an excel file viewed via share point. I am told I am not able to use VBA. What alternatives can I use? Please note the viewed via share point part.
Many thanks for any help given
Mrhopko
None. Excel files displayed via SharePoint are rendered as HTML tables, so no VBA possible.
Open the files in Excel to have interactivity, otherwise Excel is not the right technology.

how to check the data downloaded when i open my website [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I was looking for a tool which give me the size of downloaded data when i open some website
like when i open Gmail.com , it says
downloaded data : 2.012.544 bytes
If you're on Firefox, just right click on the website and select Page Info. It already shows you the size.

How smart is using a space as a character in a password [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Would using a space be an uncommon character to use in a password. Uncommon enough to make it smart to use?
Or would by using a space, make it easier to crack?
You can add white space as password. If you can't use ALT+0160
It will be working.
Even if you want to rename your folder with single white space you can use this formula.
If you getting help.Vote for me.
Well, Microsoft recommend it so it must be good!
http://windows.microsoft.com/en-US/windows-vista/Tips-for-creating-a-strong-password

Use of /etc/passwd-, /etc/shadow-, /etc/group- [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
In addition to the files : /etc/group, /etc/passwd and /etc/shadow, I could see three files in my linux machine.
/etc/group-
/etc/passwd-
/etc/shadow-
I cannot see these files in my root filesystem. But when I try to add one user using useradd command, these files seem to get generated.
So i would like to know when exactly is these files created and what is the use of these files?
These are backups of previous versions.
Manual pages show these files and states:
/etc/passwd-
Backup file for /etc/passwd.
/etc/shadow-
Backup file for /etc/shadow.
Note that this file is used by the tools of the shadow toolsuite, but not by all user and password management tools.
See http://manpages.ubuntu.com/manpages/oneiric/man5/shadow.5.html and http://manpages.ubuntu.com/manpages/oneiric/man5/passwd.5.html

How do you password protect entering the vba code editor from a sheet? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I want a method that will password protect my vba code, so that users in the sheet won't be able to go into the code editor without entering it.
You can protect your vba code by a password as described here: http://www.ozgrid.com/VBA/protect-vba-code.htm
But this is not the most secure way to protect your code, see this thread for more information: Lock down Microsoft Excel macro

Resources