How to encrypt and decrypt a token between flutter app and node js server
Im trying to hide a map token i have , i dont want to store to store it locally in the client so im trying to encrypt it with AES ECB and send it back to the user in order to decrypt it and use it.