Google Cloud Data Loss Prevention v2 API - Enum CryptoReplaceFfxFpeConfig.Types.FfxCommonNativeAlphabet (4.8.0)

public enum CryptoReplaceFfxFpeConfig.Types.FfxCommonNativeAlphabet

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API enum CryptoReplaceFfxFpeConfig.Types.FfxCommonNativeAlphabet.

These are commonly used subsets of the alphabet that the FFX mode natively supports. In the algorithm, the alphabet is selected using the "radix". Therefore each corresponds to a particular radix.

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Fields

NameDescription
AlphaNumeric

[0-9A-Za-z] (radix of 62)

Hexadecimal

[0-9A-F] (radix of 16)

Numeric

[0-9] (radix of 10)

Unspecified

Unused.

UpperCaseAlphaNumeric

[0-9A-Z] (radix of 36)