🛡️Security
In this section you will learn how we securely generate and manage your cryptographic keys directly on your device.
Last updated
In this section you will learn how we securely generate and manage your cryptographic keys directly on your device.
Last updated
Upon registration, our system first generates a mnemonic phrase for you. This phrase is a sequence of words generated in a deterministic fashion, making it easy to remember yet crucial for cryptographic processes. The mnemonic phrase serves as the source from which your private key is derived.
Following the derivation of the private key, we use this key to generate a master key. This master key is central to your cryptographic activities and must be securely protected. To ensure its security, we encrypt the master key using Advanced Encryption Standard (AES) technology. Here, your master key is encrypted directly using your password as a seed, providing robust protection against unauthorized access.
After securing the master key through AES encryption, we then use it as a foundation for further cryptographic operations. Utilizing the Ed25519 algorithm, known for its strong security and efficiency in generating digital signatures, we derive subsequent keys from the master key. Ed25519 employs elliptic curve cryptography, optimizing the process of generating secure and fast signatures for your transactions.
These derived keys are what you will use to create and manage your wallets. It is important to note that every step in this process, from the generation of the mnemonic to the derivation of keys, occurs client-side. This method ensures that no sensitive data, such as your mnemonic, private key, or master key, is ever transmitted or stored externally. All cryptographic operations are performed locally on your device, ensuring maximum security and privacy of your digital assets.