gpt4 book ai didi

android - 如何 : pass a username and password back into a webview securely

转载 作者:行者123 更新时间:2023-11-30 04:51:32 26 4
gpt4 key购买 nike

我在他们的首选项中存储了用户名和密码。

如何以安全的方式将其传回 WebView ?我知道如果我这样做它会起作用,但它看起来很糟糕。必须有更好的方法来发布变量。

webview.loadUrl("http://mysite.com?name= "+用户名+"&password="+somepassword);

我已经找了好几天了,但找不到任何东西,这让我觉得我遗漏了一些明显的东西。

最佳答案

您应该使用 HTTPS。

您还可以发送密码的加盐哈希值。 (使用服务器提供的过期盐来防止重放攻击)

关于android - 如何 : pass a username and password back into a webview securely,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3161744/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com