e-CryptIt Engine Xojo Plugin

EinhugurEd25519.CreateSeed Method

Creates 32 byte random seed. (Note that seed is binary data, so not string with any encoding, you can use EncodeHex to represent it as Hex though if wanting to display it)

CreateSeed() as String

Parameters

Returns

String
32 byte random seed.

Remarks

From seed you can always generate the same private and public key set again.

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS
  • See Also

    EinhugurEd25519 Module