Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
6
Task/Base64-decode-data/00-TASK.txt
Normal file
6
Task/Base64-decode-data/00-TASK.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
See [[Base64 encode data]].
|
||||
|
||||
Now write 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.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue