CipherSeed is a fully decoded instance of the
aezeed scheme.
You can convert from/to NBitcoin.Mnemonic
by
CipherSeed.ToMnemonic
Mnemonic.ToCipherSeed
Record Field | Description |
Full Usage:
Birthday
Field type: uint16
|
|
Full Usage:
Entropy
Field type: byte array
|
|
Full Usage:
InternalVersion
Field type: uint8
|
|
Full Usage:
Salt
Field type: byte array
|
|
Instance member | Description |
Full Usage:
this.Encipher
Parameters:
byte array option
Returns: byte array
|
Takes a fully populated cipherseed instance, and enciphers the encoded seed, then appends a randomly generated seed used to stretch th passphrase out into an appropriate key, then computes a checksum over the preceding. Returns 33 bytes enciphered cipherseed
|
Full Usage:
this.Encipher
Parameters:
byte
Returns: byte array
|
|
Full Usage:
this.Encipher
Returns: byte array
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.ToMnemonicWords
Parameters:
byte array option
lang : Wordlist option
Returns: string[]
|
|
Static member | Description |
Full Usage:
CipherSeed.Create(internalVersion, entropy, now)
Parameters:
uint8
entropy : byte array option
now : DateTimeOffset
Returns: CipherSeed
|
|
Full Usage:
CipherSeed.Create(internalVersion, entropy, now)
Parameters:
uint8
entropy : byte array
now : DateTimeOffset
Returns: CipherSeed
|
|
Full Usage:
CipherSeed.Create(internalVersion, now)
Parameters:
uint8
now : DateTimeOffset
Returns: CipherSeed
|
|
Full Usage:
CipherSeed.Create(internalVersion)
Parameters:
uint8
Returns: CipherSeed
|
|
|
|