Enum CryptoReplaceFfxFpeConfig.Types.FfxCommonNativeAlphabet (3.5.0)

public enum 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 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)