Package fscryptctl: Information

    Source package: fscryptctl
    Version: 1.2.0-alt1
    Build time:  Mar 25, 2024, 10:15 AM
    Report package bug
    License: Apache-2.0
    Summary: A small C tool for Linux filesystem encryption
    Description: 
    fscryptctl is a low-level tool written in C that handles raw keys and
    manages policies for Linux filesystem encryption, see [1], specifically
    the "fscrypt" kernel interface which is supported by the ext4, f2fs,
    UBIFS, and CephFS filesystems.
    
    fscryptctl is mainly intended for embedded systems which can't use
    the full-featured fscrypt tool, or for testing or experimenting with
    the kernel interface to Linux filesystem encryption. fscryptctl does
    *not* handle key generation, key stretching, key wrapping, or PAM
    integration. Most users should use the fscrypt tool instead, which
    supports these features and generally is much easier to use.
    
    [1] https://www.kernel.org/doc/html/latest/filesystems/fscrypt.html

    List of rpms provided by this srpm:
    fscryptctl (e2kv6, e2kv5, e2kv4, e2k)
    fscryptctl-debuginfo (e2kv6, e2kv5, e2kv4, e2k)

    Maintainer: Vitaly Chikunov

    List of contributors:
    Vitaly Chikunov
    Andrew Savchenko

      1. e2fsprogs
      2. python3-module-pytest
      3. rpm-build-vm-createimage
      4. pandoc

    Last changed


    March 24, 2024 Vitaly Chikunov 1.2.0-alt1
    - Update to v1.2.0 (2024-03-20).
    June 5, 2023 Vitaly Chikunov 1.1.0-alt1
    - Update to v1.1.0 (2023-01-30).
    Nov. 11, 2022 Vitaly Chikunov 1.0.0-alt4
    - Unimportant update to improve %check.