REST API AuthString: Password containing semicolon

Hello,

Is there any way to authenticate via AuthString if the password used contains a semicolon?

{"authString": "Module=RoleBasedPerson;User=yourUsername;Password=your;Password"}
We tried escaping and encoding the semicolon within the password, but so far we've not found a solution to this.