APP SECURITY
The most important aspects of any networking platform are data security and authentication processes. Therefore BumbleBot App uses:
1. The JWT token in the backend refers to the type of token used to authenticate and authorize the user on the server. It is often used in REST APIs to securely transmit user information between the client and the server.
2. SHA256 (256-bit Secure Hash Algorithm) in the database for user accounts refers to the cryptographic hash function used to encrypt and secure user information in the database. This is a one-way function, which means that the original data cannot be obtained from the hash.
3. Files in Pinata Web3File refers to a decentralized file storage system built on the Ethereum blockchain. It allows users to store files on the blockchain, making them immutable, and accessible from anywhere in the world.
Last updated