dicfg.addons.modifiers.EncodeBase64Modifier#

class EncodeBase64Modifier[source]#

Bases: ModifierAddon

__init__()#

Methods

__init__()

get_addon(name)

modify(text)

Encodes the given text into Base64.

Attributes

NAME

classmethod modify(text)[source]#

Encodes the given text into Base64.