Module crypto

Module crypto 

Source
Expand description

§Decryption for SPSS encrypted files

SPSS supports encryption using a password for data, viewer, and syntax files. The encryption mechanism is poorly designed, so this module provides support for decrypting, but not encrypting, the SPSS format. Use EncryptedFile as the starting point for reading an encrypted file.

SPSS also supports what calls “encrypted passwords”. Use EncodedPassword to encode and decode these passwords.

Structs§

EncodedPassword
An encoded password.
EncryptedFile
An encrypted file.
EncryptedReader
Encrypted file reader.

Enums§

Error
Error reading an encrypted file.
FileType
Type of encrypted file.