Package fscryptctl: Information

    Source package: fscryptctl
    Version: 1.2.0-alt1
    Latest version according to Repology
    Build time:  Mar 25, 2024, 02:37 AM in the task #343487
    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 (x86_64, ppc64le, i586, aarch64)
    fscryptctl-debuginfo (x86_64, ppc64le, i586, aarch64)

    Maintainer: Vitaly Chikunov

    List of contributors:
    Vitaly Chikunov
    Andrew Savchenko


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

    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.