Posts by Weverson Furtado • 1 point
1 post
-
-2
votes0
answers21
viewsQ: Encode filenames in Base64 in python?
I need help from you to implement a python code to encode the filenames in Base64 and name it right away and then code and then decode back the filenames of those files. import os import base64…