Different ObscuredFile and ObscuredFilePrefs encryption-related settings.
◆ EncryptionSettings() [1/2]
Creates new specified encryption settings instance.
- Parameters
-
password | Password string used to encrypt and decrypt data. Changes the way data is stored in the file: plain (as is) if password is not set or empty, otherwise data will be encrypted on write and decrypted on read using this password . Will be converted to byte[] internally. |
- Returns
- Configured instance.
◆ EncryptionSettings() [2/2]
Creates new specified encryption settings instance.
- Parameters
-
password | Password bytes used to encrypt and decrypt data. Changes the way data is stored in the file: plain (as is) if password is not set or empty, otherwise data will be encrypted on write and decrypted on read using this password . |
- Returns
- Configured instance.
◆ ObscurationMode
Represents the way data is stored in the file: eiter plain (as is) or encrypted with user-set password, depending on Password value.
◆ Password