cicd.core.cipher

cicd.core.cipher.cipher

class cicd.core.cipher.cipher.Cipher(password: str)

Bases: object

class Action(value)

Bases: Enum

An enumeration.

DECRYPTION = 'dec'
ENCRYPTION = 'enc'
property verb: str
perform(action: Action, in_path: str | Path, out_path: str | Path | None = None)

cicd.core.cipher.cli

cicd.core.cipher.cli.perform(action: Action, **kwargs)