fscrypt 0.2.2-0ubuntu1 source package in Ubuntu

Changelog

fscrypt (0.2.2-0ubuntu1) bionic; urgency=medium

  * Initial release

 -- Tyler Hicks <email address hidden>  Fri, 27 Oct 2017 22:14:46 +0000

Upload details

Uploaded by:
Tyler Hicks
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
linux-any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
fscrypt_0.2.2.orig.tar.xz 78.0 KiB 4fa41ceb80fdced1a244cf0f5e73124f3c45b5b08d0dab475be98b7301109ae4
fscrypt_0.2.2-0ubuntu1.debian.tar.xz 2.4 KiB 35cc6cd01a2ca4fdbebc2401bebd89c9ab54d735b95b014bd510cd1fba38a21b
fscrypt_0.2.2-0ubuntu1.dsc 2.2 KiB 09baf3e5c6b5eb40f56de08f5625efbd125476c1c9430f6e3f05cf06a2d3fa5c

View changes file

Binary packages built by this source

fscrypt: Tool for managing Linux filesystem encryption

 fscrypt is a high-level tool for the management of Linux filesystem
 encryption. This tool manages metadata, key generation, key wrapping, PAM
 integration, and provides a uniform interface for creating and modifying
 encrypted directories.
 .
 To use fscrypt, you must have a filesystem with encryption enabled and a
 kernel that supports reading/writing from that filesystem. Currently, ext4,
 F2FS, and UBIFS support Linux filesystem encryption.

golang-github-google-fscrypt-dev: Linux filesystem encryption source code

 fscrypt is a high-level tool for the management of Linux filesystem
 encryption. This tool manages metadata, key generation, key wrapping, PAM
 integration, and provides a uniform interface for creating and modifying
 encrypted directories.
 .
 This package contains the source tree of the fscrypt project.

libpam-fscrypt: PAM module for Linux filesystem encryption

 fscrypt is a high-level tool for the management of Linux filesystem
 encryption. This tool manages metadata, key generation, key wrapping, PAM
 integration, and provides a uniform interface for creating and modifying
 encrypted directories.
 .
 This PAM module can be used to unlock one or more directories upon user login
 and then lock those directories when the user ends their session.