EncLevel

object EncLevel

Port of settings_pack::enc_level (for Settings.ALLOWED_ENC_LEVEL). Note: values start at 1.

Properties

Link copied to clipboard
const val PE_BOTH: Int = 3

Allow both plaintext and RC4.

Link copied to clipboard
const val PE_PLAINTEXT: Int = 1

Plain-text encryption only.

Link copied to clipboard
const val PE_RC4: Int = 2

RC4 encryption only.