os-brick/os_brick/encryptors
Eric Harney 6461c993bc Skip cryptsetup password quality checking
LUKS password quality checking is not useful
since we only use long hex strings for passwords.

Not skipping this means that we have to install
cracklib-dicts for cryptsetup to work, which is
unnecessary weight.

Closes-Bug: #1861120

Change-Id: Idc281be7cf88eeeeefe260877a1fc275d94f2bed
(cherry picked from commit afb7beb7ce)
2020-02-13 14:12:39 +00:00
..
__init__.py encryptors: Introduce support for LUKS2 2019-09-03 18:44:41 +00:00
base.py Stop ignoring H405 hacking rule in tox 2017-05-24 00:44:57 +02:00
cryptsetup.py encryptors: Deprecate the CryptsetupEncryptor 2019-08-22 18:23:08 -04:00
luks.py Skip cryptsetup password quality checking 2020-02-13 14:12:39 +00:00
nop.py Add missing params in NoOpEncryptor 2019-01-22 14:23:43 +08:00