campeon23 / split-fetcher

The code is a concurrent file downloader in Go that splits a file into multiple parts, downloads them in parallel, and assembles the final file, with support for Etag validation to ensure file integrity.
MIT License
1 stars 0 forks source link

Verify Correct Padding During Decryption. #69

Open campeon23 opened 1 year ago

campeon23 commented 1 year ago

Description: In the encryption package, in the DecryptFile function, after decryption, verify the PKCS#7 padding format to ensure data integrity.

  • Function: DecryptFile
  • Line code: Section where plaintext is sliced.
  • Severity: Moderate.