EncryptionType

class EncryptionType

EncryptionType (Enum Class)

The type of encryption used on a password string.

none = 0

The password string is clear text.

md5 = 1

The password is encrypted to an MD5 digest.

proprietary = 2

The password is encrypted using Cisco type 7

password encryption.

type6 = 3

The password is encrypted using Cisco type 6

password encryption.