Integration of Stir/Shaken into Asterisk

As deadlines for Stir/Shaken are just around the corner even other countries are considering to introduce Stir/Shaken or similar methods. As we offer a broad range of Fraud Mitigation and Stir/Shaken APIs you can find below an example macro for Asterisk to integrate CodeB’s Stir/Shaken API. Note: Please do not forget to replace the string … Read more

Principal Account

To be able to carry out blockchain transactions you need a public-/private keypair. The hash of the public key is the address and also called principal account. Mnemonic Phrase A mnemonic phrase aids information retention or retrieval (remembering) in the human memory. In connection with a principal account the Mnemonic Phrase is a list of … Read more

Bearer Token Generation

A Bearer Token (RFC 6750) is a cryptic string, usually generated by the server in response to a login request. It contains a subject claim (sub) which references an authorized entity (i.e., the User, Application or Organization). The authorized entity uses a signed bearer authorization token to access one or more resources for which the … Read more

Digital Signatures

Internally all transactions are being digitally signed automatically. If you need manually to sign some data you can do that easy with the function SignData from the identity namespace. The parameters for SignData are: Message: The data to be signed ChainAddress: Your blockchain address Password: The password to unlock your private key Note: Obviously your … Read more