how do you make your wallet safe? any technologies? i hope its not a secret. in my opinion it is important to talk about it both as for users, as for developers. we really need to be sure you can manage our money successfully without any mistakes and hackers attacks.
we do not store private information in the application,
we close the server with user data from outside access,
we encrypt the Mnemonic phrase of users with the AES algorithm using 256-bit keys,
we duplicate all processes and data,
we monitor security in general and solve problems beforehand: we update third-party libraries, test the product automatically and manually, use monitoring services.
You are right! We do our best to make our wallet the most secure and safe.
sounds good. thanks for info.