• [^] # Re: Cryptofs ?

    Posté par . En réponse au journal Chiffrement de données. Évalué à 4.

    Apparement sur ma Debian je vois deux choix possibles (je ne sais pas si tu fais reference a l'un de ceux la ou a un troisieme choix):

    CFS:
    Description: Cryptographic Filesystem
    CFS pushes encryption services into the Unix(tm) file system. It
    supports secure storage at the system level through a standard
    Unix file system interface to encrypted files. Users associate a
    cryptographic key with the directories they wish to protect.
    Files in these directories (as well as their pathname components)
    are transparently encrypted and decrypted with the specified key
    without further user intervention.
    .
    CFS employs a novel combination of DES stream and codebook cipher
    modes to provide high security with good performance on a modern
    workstation. CFS can use any available file system for its
    underlying storage without modification, including remote file
    servers such as NFS.

    et lufs-cryptofs:

    Description: Transparent filesystem encryption plugin
    CryptoFS is a plugin for the Linux Userland Filesystem (LUFS) which
    implements an encrypted filesystem. It works transparently for the
    user but writes actuall data as files on a different filesystem.
    .
    It is a good alternative to CFS which works similarly.