我需要达到这样的效果:
1.电脑为公共电脑,我跟同事都需要使用这台电脑;
2.我需要掌握浏览器的所有密码;
3.同事也能够登陆这些网站,但是他们看不到登陆的密码,也就是密码对他们保密。
这样做的目的是为了让网站账号与电脑、IP固定,保障账号安全。
不知道lastpass等密码管理软件是否可以达到这种效果,如果可以的话,是哪种版本呢(比如免费版、高级版、企业版)?
望各位不吝赐教!
1
justfindu 2015-08-12 16:50:11 +08:00
只要是会填进到input里面的都能看到 管你是啥软件
只能每次要你去输 然后点登陆 不给他抓包 |
2
Strikeactor 2015-08-12 16:53:40 +08:00
做个反代网站把原网站包进去
private static void login(){ //code... } |
3
kslr 2015-08-12 17:04:00 +08:00
lastpass也不过是填好输入框,把类型改成text就能看到密码了。
|
5
ecoart OP 关键的一点是,团队成员在登陆网站的时候,浏览器自动填写账号密码,并且是非明文的(至少密码应该是非明文的)
|
7
jamesxu 2015-08-12 19:14:12 +08:00 via iPhone
给每人分配一个网站账号
|
8
orvice 2015-08-12 19:24:49 +08:00
保存cookie...
|
9
ecoart OP 有哪位朋友用过企业版lastpass吗?企业版相对其他有什么版本有什么亮点呢?
|
10
yangqi 2015-08-12 22:25:43 +08:00
lastpass企业版,每人一个帐号,我们公司在用,感觉不错。可以分享密码,有详细的权限设置,还有日志记录。可以分享密码给人使用但是不让他看到,这个防一般人足够了。
|
11
italks 2015-08-12 22:30:33 +08:00
域帐号
|
12
ligyxy 2015-08-12 22:50:09 +08:00 via Android
在用lastpass企业版。支持多人的密码管理器也没有太多选择。
|
14
yangqi 2015-08-12 22:59:02 +08:00
@ecoart 是的,但是这个功能技术上不是非常严密,只能防君子不防小人,一般使用应该足够了。后台有详细的日志,哪些人看过哪些密码什么操作都有记录。
|
18
yangqi 2015-08-12 23:21:11 +08:00 1
@ecoart 是的,可以达到。不过技术上那个人还是有可能通过别的方法获取明文密码,下面是官网的解释
Hide Passwords prohibits the user from seeing the credentials. They will be able to utilize the tools via autofill or autologin, but they will be unable to see the actual credentials. * ***Important note: Savvy end users could potentially access a hidden password if they capture it using advanced techniques during the login process such as using another password manager. LastPass recommends that you ensure that you’ve used a generated password specific to the individual site that you are sharing, and that you refrain from sharing any passwords that you are uncomfortable with the recipient obtaining. Regardless, LastPass helps facilitate the seamless update of passwords so that you can change them frequently and at a moment’s notice, without your end users even knowing that an update has taken place.*** |
20
xiaogui 2015-08-13 15:07:25 +08:00
使用不同的用户登录这台机器,应该可以解决你的问题吧
|
23
walkfish 2019-09-25 09:54:16 +08:00
teampass + 浏览器插件
https://zhuanlan.zhihu.com/p/83952921 |