Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: Encrypting/Password protecting Folders

  1. #11
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: Encrypting/Password protecting Folders

    Compatibility moving forward looks good, IMO.

    Yes there are issues for users upgrading. The advice is to delete and re-create the crypt.
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  2. #12
    Join Date
    Mar 2007
    Location
    Denver, CO
    Beans
    7,958
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: Encrypting/Password protecting Folders

    anymore technical sites that give info on how the encryption is performed? aes, blowfish, serpent, etc? dual algorithms?

  3. #13
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: Encrypting/Password protecting Folders

    You have several options, yo will see them when you set up an encrypted directory , example :

    http://www.devx.com/opensource/Article/39337/0/page/2
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  4. #14
    Join Date
    Mar 2007
    Location
    Denver, CO
    Beans
    7,958
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: Encrypting/Password protecting Folders

    I was hoping for double encryption options similar to Truecrypt. I only saw aes, and des variants. Either way with the Jaunty install I will try this feature out. Thanks for the information and the link. I like the feature of protecting the folder via a USB password.

  5. #15
    Join Date
    Nov 2007
    Location
    London, England
    Beans
    7,701

    Re: Encrypting/Password protecting Folders

    Ecryptfs loos interesting, but it's not quite what I was after. I wanted a directory that I could unlock and relock at will, not to automatically happen wherever I log in, and not my whole home. I find that encfs does just what I want.

    I added these two scripts to /usr/local/bin:
    /usr/local/bin/crypton:
    #!/bin/sh
    encfs ~/.crypt ~/crypt
    /usr/local/bin/cryptoff:
    #!/bin/sh
    fusermount -u ~/crypt
    The encrypted files are held in ~/.crypt. The command crypton makes the unencrypted content visible in ~/crypt and cryptoff makes crypt appear empty again.

    First time you use crypton, the directories are created and you are promoted to give the passphrase that will be needed later whenever you unlock the crypt. Even when unlocked, only the logged on user can see the crypt contents (root gets access denied).

    This is an ideal solution for me, as I keep just a few documents that I only want to access occasionally.

  6. #16
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: Encrypting/Password protecting Folders

    Ecryptfs will do the same thing. You are confusing the "private home" (which is not the greatest of names) with encrypting a single directory.

    See the section under an encrypted directory on this page : http://bodhizazen.net/Tutorials/Ecryptfs/
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  7. #17
    Join Date
    Nov 2007
    Location
    London, England
    Beans
    7,701

    Re: Encrypting/Password protecting Folders

    Thanks for the correction. I should read more carefully. However, I don't like having to use sudo in order to mount the encrypted partition. It means that normal users have no option but to allow th auto-mount at login to do it for them.

    Still, both solutions have their niches.

  8. #18
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: Encrypting/Password protecting Folders

    Simply add your users with visudo (you do not need to give full root access).

    But yes, it is nice to have options with encryption.
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •