Click or drag to resize

CryptoUtilsEncryptEc Method

Encrypts data with EC cryptography.

Namespace: KeeperSecurity.Utils
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public static byte[] EncryptEc(
	byte[] data,
	ECPublicKeyParameters publicKey
)

Parameters

data  Byte
Plain text
publicKey  ECPublicKeyParameters
Public key.

Return Value

Byte
Encrypted data
Remarks
[EPHEMERAL PUBLIC KEY][AES GCM ENCRYPTED DATA]
See Also