Answer the question
In order to leave comments, you need to log in
How to decrypt a file?
There is a file with the following format:
1. 8 bytes initial value for Triple DES
2. Data encrypted using Triple DES (EDE/DED) with the initial value from point 1, CBC mode
3. 32 bytes SHA265 from the original text
The original text is read in blocks by 8192 bytes, encrypted and written to the output file. If
the size of the input block is less than 8192, then its size is aligned to a multiple of 16 spaces.
The password for DES3 consists of Latin letters and numbers no longer than 7 characters. The TripleDES encryption key is
an MD5 digest of the password.
How to decrypt it if I know the password?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question