os-brick/os_brick/encryptors
Lee Yarwood b3e5aa3761 encryptors: Deprecate the CryptsetupEncryptor
This encryptor and the underlying plain cryptsetup encryption format it
provides is not widely used, inflexible (no key rotation) and as a
result no longer required in os-brick. This change starts the
deprecation process.

Additional changes will be posted to ensure the retype workflow between
this encryptor and the LUKS based encryptors is well tested ahead of any
removal.

Change-Id: Ibb560da269a2f330526af6761fa509c262e3d361
2019-08-22 18:23:08 -04:00
..
__init__.py encryptors: Delay removal of legacy provider names 2017-05-16 08:27:12 +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 luks: Explicitly use the luks1 type to ensure LUKS v1 is used 2019-07-01 13:10:24 +01:00
nop.py Add missing params in NoOpEncryptor 2019-01-22 14:23:43 +08:00