'escaped#%values' can contain most characters that are commonly used in generated passwords (or other values) but not :.
For example, the following input file won't be parsed correctly, that is, the parser will treat the 'ab12 part as an encrypted value suffix, which is not the user intent here.
default_user = ab18273
default_pass = 'ab12:12323'
References #48 #52.