Answers:
假设我们正在谈论站点的互联网密码。然后,您将输入:
security find-internet-password -gs www.paypal.com
另一方面,如果我们谈论的是通用密码,则使用以下命令
security find-generic-password -gs www.test_site.com
哪里,
-g:用于显示找到的项目的密码
-a account_name:匹配给定的帐户名
-s服务器:匹配服务器字符串
资料来源:
http://blog.macromates.com/2006/keychain-access-from-shell/ https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/security.1.html