The volume_key package provides a library for manipulating storage volume encryption keys and storing them separately from volumes to handle forgotten passphrases.
This package is known to build and work properly using an LFS-11.0 platform.
Download (HTTP): https://github.com/felixonmars/volume_key/archive/volume_key-0.3.12.tar.gz
Download MD5 sum: d1c76f24e08ddd8c1787687d0af5a814
Download size: 196 KB
Estimated disk space required: 11 MB
Estimated build time: 0.2 SBU
cryptsetup-2.3.6, GLib-2.68.4, GPGME-1.16.0, and NSS-3.69
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/volume_key
Install volume_key by running the following commands:
![[Note]](../images/note.png) 
          This package expands to the directory volume_key-volume_key-0.3.12.
autoreconf -fiv              &&
./configure --prefix=/usr    \
            --without-python &&
make
        This package does not come with a functioning test suite.
          Now, as the root user:
        
make install
          --without-python: This
          parameter prevents building the Python
          2 bindings, if Python-2.7.18
          is installed.
        
          --without-python3: Use this option if
          you do not want to build the Python
          3 bindings. In this case, SWIG-4.0.2 is not
          needed.
        
Last updated on