Cryptography Tools
Generate New Keypair(zetrix_crypto_generate_keypair)
zetrix_crypto_generate_keypair){
"privateKey": "priv...",
"publicKey": "b001...",
"address": "ZTX..."
}Public Key(zetrix_crypto_get_public_key)
zetrix_crypto_get_public_key)Account Address(zetrix_crypto_get_address)
zetrix_crypto_get_address)Validate Key Format & Integrity(zetrix_crypto_validate_key)
zetrix_crypto_validate_key)Generate Digital Signature(zetrix_crypto_sign)
zetrix_crypto_sign)Verify Digital Signature(zetrix_crypto_verify)
zetrix_crypto_verify)Encrypt Private Key(zetrix_crypto_encrypt_key)
zetrix_crypto_encrypt_key)Decrypt Private Key(zetrix_crypto_decrypt_key)
zetrix_crypto_decrypt_key)Last updated