Store client secret securely

后端 未结 5 538
说谎
说谎 2020-12-16 05:43

I know that a public client shouldn\'t use a client secret because, no matter how much you obfuscate it, it won\'t be protected from reverse engineering.

But, the

5条回答
  •  伪装坚强ぢ
    2020-12-16 06:04

    You can also try Dexguard to obfuscate and encrypt the data. Dexguard is made by the same guy that developed proguard.

提交回复
热议问题