πŸ”Internal Wallet

Describes the internal wallet Implementation

Internal Wallets:

Within X-Tokenize, certain features such as bulk minting NFTs and executing distributions require the use of internal wallets due to the specific nature of these operations. When utilizing internal wallets, it is crucial to prioritize security measures to safeguard your funds and sensitive information. X-Tokenize provides options for internal wallets, which can either be imported using their seed phrase or generated directly within the tool.

To enhance the security of internal wallets, X-Tokenize implements robust encryption techniques. Regardless of whether an internal wallet is imported or created on the spot, it is strongly recommended to encrypt them. Encryption adds an additional layer of protection to your wallet, ensuring that even if unauthorized access occurs, the encrypted information remains confidential and unreadable.

The encryption process in X-Tokenize leverages the PBKDF2 (Password-Based Key Derivation Function 2) algorithm. This algorithm derives encryption keys from a combination of your chosen password and a personal identification number (PIN). PBKDF2 employs multiple iterations to generate a strong and unique encryption key, making it computationally expensive and significantly increasing the difficulty of unauthorized decryption attempts.

Once the encryption keys are derived using PBKDF2, X-Tokenize employs AES256 (Advanced Encryption Standard 256-bit) encryption, a widely recognized and highly secure encryption algorithm. AES256 encrypts the internal wallet, ensuring that even if the encrypted data is somehow compromised, it would require an immense amount of computational power and time to decrypt it without the correct encryption keys.

By encrypting internal wallets within X-Tokenize, users can maintain the confidentiality and integrity of their funds and sensitive information. It serves as a proactive measure against potential threats, mitigating the risk of unauthorized access and loss of funds. Whether you choose to import an existing wallet or create a new one, encrypting internal wallets is strongly recommended to ensure the highest level of security within X-Tokenize.

Password and Pin Requirements:

Type
Accepted Values
Good Example
Bad Example

Password

minimum of 8 characters containing capital and lowercase letters a-z, numbers and special characters

R3aLLyDiff1cultP@SS!(

password1

Pin

4-6 digit pin containing only numbers

154975

1234

FINISHED!

Last updated