Skip to content

periods at end of string decrypt to \u{17} #101

@jacksonwalters

Description

@jacksonwalters

when we encrypt a string like

"this string has a period at the end."

it results in

"this string has a period at the end\u{17}"

\u{17} is 0x17 in hex and 23 in decimal.

this is likely due to some sort of padding issue in the encryption method.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions