Revolutionizing online gambling and addressing issues of unfair game outcomes, high fees, restrictive withdrawal policies, wager limits, bonus drawbacks and lack of true asset ownership by leveraging aptos on-chain randomness module and decentralized asset management with cross -chain capabilities.
Safe, Secure, Transparent Gaming and Gambling Platform on Aptos Ecosystem.
Contents
Problems
Solution
Problems & Solution
Architecture: Game Flow
“We needed a chocolate box
to shuffle the cards in a manner that no one could predict.”
Randomness
Generate the card deck 🡪 Shuffle the cards using the shuffle function 🡪 Encrypt them with the RSA encryption algorithm 🡪 Store them on-chain.
On-chain Preparation of Encrypted Cards
Tamper-proof & Fair play
In a Web2.0 environment, essential functions in a card game, such as shuffling and dealing cards, rely entirely on trusting the operator. However, using on-chain randomness can ensure the fairness of the game.
Encryption: Card Security from Generation to Decryption
In our game, we ensure the security of every card's journey from creation to revelation through thorough encryption. Here's how it operates:
This approach ensures fairness and security in the game, providing players with a trusted environment to enjoy the gameplay.
Encryption: Pathways to Improvements
To ensure that the encryption is sufficiently secure against modern computing power, a minimum key size of 2048 bits is required for RSA encryption.
However, currently, only up to 256-bit keys are supported, which poses a risk that an attacker with powerful computational capabilities could break the encryption.
We need to develop an RSA encryption module with a key size of 2048 bits or more.
Furthermore, security can be enhanced by using OAEP padding or incorporating a symmetric key encryption algorithm.
We have adopted the widely used RSA encryption method for asymmetric key encryption.
Utilization Architecture:
Modularization: Examples
Thank you for your attention