Category: Cryptographic Primitives

Chain Reorganisation

Chain reorganisation is a process that occurs in blockchain networks when two versions of the transaction history temporarily exist and the network must decide which one to continue building upon. This usually happens when miners find blocks at nearly the same time, creating competing chains. The network resolves this by choosing the longest valid chain,…

Private Key Management

Private key management refers to the processes and tools used to securely store, use, and protect cryptographic private keys. These keys are critical for accessing encrypted data or authorising digital transactions, so their security is essential to prevent unauthorised access. Good private key management involves creating, storing, backing up, and eventually destroying private keys safely,…

Data Tokenisation

Data tokenisation is a security process that replaces sensitive information, like credit card numbers, with unique identifiers called tokens. These tokens have no meaningful value if accessed by unauthorised people, but they can be mapped back to the original data by someone with the right permissions. This helps protect confidential information while still allowing systems…