File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- dmcryptfile
2- ===========
1+ Encrypts/decrypts file in dm-crypt compatible way, using kernel crypto API.
2+ Copyright (c) 2013 Maxim Radugin.
3+
4+ Usage: dmcryptfile <arguments >
5+
6+ This utility is designed to encrypt disk/partition image files in userspace
7+ without root priviledges and without using device mapper and cryptsetup.
8+ Currently supports only plain mode, no LUKS support!
9+ Backend code is taken from cryptsetup.
10+ Input key size should be of desired cipher key size.
11+ Key is passed directly to the cipher algorithm, no hashing or any other
12+ processing is performed. It is up to the user to provide strong key.
13+ For available ciphers, chain modes and key sizes check /proc/crypto.
14+ Only plain IV mode is supported.
15+ Input file size must be multiple of sector size i.e. 512 bytes.
16+ If input file is not multiple of sector size, output will be truncated.
317
4- Encrypts/decrypts file in plain dm-crypt compatible way, using kernel crypto API.
You can’t perform that action at this time.
0 commit comments