Self-Sovereign Identity (SSI)

Identity is at the core of each and every interaction. While the required level of trust between identities can vary from one interaction to another, the necessity to exchange it in a secure and privacy preserving manner is universal. We implemented our identity system as “distributed Self-Sovereign Identity (SSI)”. Kindly note that it is fully … Read more

Encryption

Any data stored in the blockchain or off-chain is readable for the world. So it is essential that any data stored is either hashed or encrypted. Elliptic Curve Public/Private Key Encryption requires the creation of a so called “SharedSecrect“. This is calculated with the own private key and the public key of the other end. … 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

Inbuilt SMS Gateway

Every node of the chain has its own SMPP v3.4/v5.0 compliant SMS Gateway build in. Like this any node can be used as SMS Aggregator / SMS Proxy or Load Balancer with instant SMS Settlement. Features: Processes SMS messages with delivery receipts Forward received SMS to destination SMSC (Short Message Service Center) via least cost … Read more