Page cover

Security

How we keep your data safe

In the world of crypto we want to make sure our data is as safe possible. This is why we have took extra measures to secure our players and our own data. We are confident enough in the way we encrypt this data is safe enough for us to show you! We want to be as transparent as possible when it comes to the way we handle our users information. Everything we store about our players will be encrypted using this method then decrypted when needed by our decryption function.

#

Encrypt function (server side only)

ENCRYPTION_KEY: This key is used to encrypt and decrypt data and is stored outside of Dapp on the server. It will not be possible for this key to be accessed by anyone other then the backend server side codebase. This key will also be cycles every 10 days for extra precautions.

Decryption function (client side only)

These encryption/decryption methods are industry standard here are some links about this style of encryption https://en.wikipedia.org/wiki/Advanced_Encryption_Standard https://www.simplilearn.com/tutorials/cryptography-tutorial/aes-encryption https://www.comparitech.com/blog/information-security/what-is-aes-encryption/

Last updated

Was this helpful?