JanMarvin / readspss

Read the SPSS file formats
https://janmarvin.github.io/readspss/
GNU General Public License v2.0
12 stars 1 forks source link

decrypt encrypted sav-files #10

Closed JanMarvin closed 6 years ago

JanMarvin commented 6 years ago

currently possible using pspp-convert

spss uses AES which could be provided by the openssl package?

file consists of 36 byte header followed by a aes 256 byte encoded sav-file

evaluate if it is possible. should be an interesting learning project on the other hand dependencies will increase (again) for an somewhat unimportant feature

JanMarvin commented 6 years ago

fixed in v0.5