File Decryption
This interface helps you decrypt files you have downloaded using symmetric encryption algorithms.Here is the sample code to decrypt data.
If you first perform redundant encoding and fragmentation operations on the file, and then encrypt each fragment, after you download the corresponding fragments, you need to decrypt each fragment first and then restore it to your user file.
Last updated