Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
02-01-2005, 05:33 AM
|
#1
|
LQ Newbie
Registered: Jan 2005
Posts: 11
Rep:
|
Password - files
Hi,
Is there away to simply have some sort of text file, and it is passworded,
I know about access etc being root or a member of a group, but i would live another layer of encryption for secret data, such as bank info ect
thanks Paul
|
|
|
02-01-2005, 05:48 AM
|
#2
|
Senior Member
Registered: Jan 2004
Location: Slovenia
Distribution: Slackware 10.1, SLAX to the MAX :)
Posts: 1,040
Rep:
|
changing permissions to a file automatically prevents other users to see it. With the command chmod your files can be given permissions you want. If you only want yourself to be able to see the file, then you should give a file permissions such as:
chmod 700 filename
This will give you all the rights over the file (reading, writing, and executing the file) and prevento other users to see the contents of the file.
|
|
|
02-01-2005, 10:21 AM
|
#3
|
Member
Registered: Jan 2005
Distribution: Solaris, Linux Fedora Core 6
Posts: 170
Rep:
|
Changing permissions is not the same as encryption. If root gets hacked, all the data is there. I think you want gpg. http://www.gnupg.org/
|
|
|
02-01-2005, 10:33 AM
|
#4
|
Member
Registered: Oct 2004
Distribution: Fedora 7, OpenSuse 10.2
Posts: 108
Rep:
|
The vi editor has an encryption feature: When in vi, type
:X
and you will be asked for an encryption key. Save the file. Next time you open it you'll be asked for the key, without it the file is unreadable. For more advanced encryption, have a look at the openssl program.
|
|
|
02-01-2005, 11:36 AM
|
#5
|
LQ Newbie
Registered: Jan 2005
Posts: 11
Original Poster
Rep:
|
thanks thats greta il try it out :-)
|
|
|
02-01-2005, 02:43 PM
|
#6
|
Senior Member
Registered: Jul 2004
Location: Denmark
Distribution: Ubuntu, Debian
Posts: 1,524
Rep:
|
what you want is called 'symmetric encryption' (where the encryption key is the same as the decryption key); an example is Blowfish. Of course, you could also use a public-key (asymmetric) encryption, but it's generally slower, since the keys are larger.
Hope this helps,
Jonas
|
|
|
All times are GMT -5. The time now is 07:29 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|