# monocrypt **Repository Path**: mirrors_crossbowerbt/monocrypt ## Basic Information - **Project Name**: monocrypt - **Description**: Implementation of a transparent encryption program using fuse and openssl (CTR mode for files, and XTS mode for full disk encryption) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # monocrypt Implementation of a transparent encryption program using fuse and openssl (CTR mode for files, and XTS mode for full disk encryption). These programs are developed in accordance with the encryption manifesto: https://crossbowerbt.github.io/encryption_manifesto.html To see the usage of these tools, see the corresponding section of the articles that describe the programs. For monocrypt-ctr: https://crossbowerbt.github.io/fuse_ctr_encryption.html#usage