Quote:
Originally Posted by theKbStockpiler
Is there a method to lock a file from a general user but give them a password to open one directory or file without giving them the root password?
Thanks in advance!
|
There is gpg, openssl and ccrypt as jailbait said.
I use ccrypt myself on a text file with my passwords and logins. Another command that is part of the ccrypt package is
ccat. I use this command to quickly view the encrypted text file without re-encrypting it again. But, you still need the key to view it.