Paste any string with or without Base64 encoded portions, and those portions will be decoded and replaced in their original location in the input string.
Example:
http://example.com?i=1234&v=VGhpcyBpcyBhIHRlc3Q=&e=test
Should output:
http://example.com?i=1234&v=This is a test&e=test
Copyright © MecSimCalc 2024
Terms | Privacy