CryptoApi
Defines cryptographic methods.
Defines cryptographic methods.
Defines cryptographic methods.
Functions
Converts given private key in PEM format to its WIF format.
Converts given private key in PEM format to its WIF format.
Converts given private key in PEM format to its WIF format.
Converts given public key in PGP format to its base58DER format.
Converts given public key in PGP format to its base58DER format.
Converts given public key in PGP format to its base58DER format.
Decrypts buffer with a given key using AES.
Decrypts buffer with a given key using AES.
Decrypts buffer with a given key using AES.
Generates a new private ECC key from a password using pbkdf2. This version of the derive function has a rounds count increased to 200k. This makes using this function a safer choice, but it makes the received key different than in the original version.
Generates a new private ECC key from a password using pbkdf2. This version of the derive function has a rounds count increased to 200k. This makes using this function a safer choice, but it makes the received key different than in the original version.
Generates a new private ECC key from a password using pbkdf2. This version of the derive function has a rounds count increased to 200k. This makes using this function a safer choice, but it makes the received key different than in the original version.
Generates a new public ECC key as a pair for an existing private key.
Generates a new public ECC key as a pair for an existing private key.
Generates a new public ECC key as a pair for an existing private key.
Encrypts buffer with a given key using AES.
Encrypts buffer with a given key using AES.
Encrypts buffer with a given key using AES.
Converts BIP-39 entropy to mnemonic.
Converts BIP-39 entropy to mnemonic.
Converts BIP-39 entropy to mnemonic.
Generates ECC key using BIP-39 entropy.
Generates ECC key using BIP-39 entropy.
Generates ECC key using BIP-39 entropy.
Generates ECC key using BIP-39 mnemonic.
Generates ECC key using BIP-39 mnemonic.
Generates ECC key using BIP-39 mnemonic.
Generates ECC key and BIP-39 mnemonic from a password using BIP-39.
Generates ECC key and BIP-39 mnemonic from a password using BIP-39.
Generates ECC key and BIP-39 mnemonic from a password using BIP-39.
Generates a new symmetric key.
Generates a new symmetric key.
Generates a new symmetric key.
Generates a new private ECC key.
Generates a new private ECC key.
Generates a new private ECC key.
Converts BIP-39 mnemonic to entropy.
Converts BIP-39 mnemonic to entropy.
Converts BIP-39 mnemonic to entropy.
Generates a seed used to generate a key using BIP-39 mnemonic with PBKDF2.
Generates a seed used to generate a key using BIP-39 mnemonic with PBKDF2.
Generates a seed used to generate a key using BIP-39 mnemonic with PBKDF2.
Creates a signature of data using given key.
Creates a signature of data using given key.
Validate a signature of data using given key.
Validate a signature of data using given key.
Validate a signature of data using given key.