Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alter base64 encoding before decoding it #1859

Open
fmarier opened this issue Jul 3, 2024 · 1 comment
Open

Alter base64 encoding before decoding it #1859

fmarier opened this issue Jul 3, 2024 · 1 comment
Labels
blocked Debounce Debouncing list related

Comments

@fmarier
Copy link
Member

fmarier commented Jul 3, 2024

Here is an example of an email link tracker that we could debounce:

https://link.emlmind.com/en/mail_link_tracker?hash=66c5ibqsukgp7ikdzwu4ujmw7y7boyubuqqmaq86u5sjqdohiizkiackas9r171wq1go8tfs5eongbftyy5rh47j45mgawwfzgn66xho&url=aHR0cHM6Ly93d3cubWVsb3R0b2dyb3VwLmNvbS9zY2hlZHVsZQ~~&uid=Njg1OTgwOA~~&ucs=88ff10da1ab90c2435eec8aa3fb9fb04

since the url parameter includes the destination page using the Base64 encoding:

url=aHR0cHM6Ly93d3cubWVsb3R0b2dyb3VwLmNvbS9zY2hlZHVsZQ~~

However, this platform is using ~~ instead of == for padding and so it gets rejected by the Chromium decoding function. We would need to do some kind of string replacement prior to the base64 decoding in order to support this.

@fmarier fmarier added Debounce Debouncing list related blocked labels Jul 3, 2024
@fmarier
Copy link
Member Author

fmarier commented Jul 3, 2024

#1858 was a failed attempt at debouncing this using the existing base64 decoder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Debounce Debouncing list related
Projects
None yet
Development

No branches or pull requests

1 participant