Base64 decode data

From Rosetta Code
Revision as of 16:52, 9 December 2018 by Dedalus (talk | contribs) (draft task)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Draft task. See Base64 encode data. Now right a program that takes the output of the Base64 encode data task as input and regenerate the original file. When working on the VBA implementation I found several 'solutions' on the net, including one from the software maker himself, that showed output with incorrect padding. Obviously with incorrect padding in the output you can not decode correctly to the original file again.