Documentation ¶
Index ¶
Constants ¶
View Source
const ( JasyptKey = "JASYPT_ENCRYPTOR_PASSWORD" JasyptPwd = "64179d22-8dc9-11ee-b9d1-0242ac120002" //nolint:gosec Prefix = "ENC(" Suffix = ")" Pattern = `ENC\(([^)]+)\)` // match[1] )
View Source
const ( DEFAULT = "DefaultAES" AES = "PBEWithAES" DES = "PBEWithDES" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.