Comment on Is there a self-hosted project that does base64 url decoding in a privacy respecting fashion?
irotsoma@lemmy.blahaj.zone 1 day ago
Don’t include the non-encoded part of the data or it will corrupt the decryption. The decoder can’t tell the difference between data that’s not encoded and data that is encoded since it’s all text.