fansonfong / funf-open-sensing-framework

Automatically exported from code.google.com/p/funf-open-sensing-framework
0 stars 0 forks source link

Trailing hex values in decrypted file #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Encrypt file using FileUtility.copy(source, dest)
2. Decrypt file using python decrypt.py

What is the expected output?
Expect to see decrypted file same as original file 

What do you see instead?
Decrypted file has trailing hex values after the original data. 

What version of the product are you using? On what operating system?
Using latest funf, and scripts-0.2.3.zip. 

Please provide any additional information below.
I am working on Ubuntu 11.10. 

I am not using the full archive system, I am simply encrypting a text file and 
decrypting that file. The decryption works, but it adds trailing hex values. 

Original issue reported on code.google.com by micah...@gmail.com on 10 Apr 2012 at 2:56

GoogleCodeExporter commented 9 years ago
Decryption script now removes padding from block cipher padding scheme.

Original comment by alan.gar...@gmail.com on 24 Apr 2012 at 8:02