前端用 Vue 框架搭建的,生成一串密钥保存在 .env 里 使用 hashids 把用户密码加密保存到 localStorage ,在登录界面 取出密文用 hashids 解密,再自动填充到 password 中。 [ol]这种情况下,攻击者如何取出并解密得到用户的密码?前端应该如何保存密码或者 token 来实现免登录? [/ol] 密码, 保存, hashids, 解密