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 bitmacOS Apple SiliconWindows 32 bitWindows 64 bitWindows ARM 64 bitLinux 32 bitLinux 64 bitLinux ARM 32 bitLinux ARM 64 bitiOS
See Also
EinhugurEd25519 Module