KeeperEncryptionAesV2Protector Class

Provides IConfigurationProtection implementation that uses AES GCM encryption.

Definition

Namespace: KeeperSecurity.Configuration
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public class KeeperEncryptionAesV2Protector : IConfigurationProtection
Inheritance
Object    KeeperEncryptionAesV2Protector
Implements
IConfigurationProtection

Constructors

KeeperEncryptionAesV2Protector Initializes a new instance on the KeeperEncryptionAesV2Protector class

Methods

Clarify Decrypts previously encrypted text.
Obscure Encrypts / Obfuscates text.

See Also