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§
- Encoded
Password - An encoded password.
- Encrypted
File - An encrypted file.
- Encrypted
Reader - Encrypted file reader.