write the encrypted bytes to a file with the filename being the hash of this block
read next 256kb, do 2 and 3 (but new file for 3 ofc)
repeat until end of file
Save the pre-encryption and post-encryption hashes of each block, and block size from step 2 somewhere (probably just a list when the process is happening).
Save the list of hashes into a storage place, see issue #6 .
related to backfrontend of sharer page
https://github.com/HITGmbH/py-convergent-encryption probably as follows, very rough plan:
block
Save the pre-encryption and post-encryption hashes of each block, and block size from step 2 somewhere (probably just a list when the process is happening).
Save the list of hashes into a storage place, see issue #6 .