How to chunk a file of any type into pieces and then converted it into string with the help of python?
I need to create a web app which runs on php as backend and when i upload a file in it... For safety it needs to split into N pieces of equal sizes and then convert it into strings so that it will be easy to transfer it to other storage drive