# add a password
security add-generic-password -a {Account} -s {Service} -w {Password}
# retrieve a password
security find-generic-password -a {Account} -s {Service} -w
example:
set smtp_pass = `security find-generic-password -a mailsync -s bob@example.com -w`
Friday, October 2, 2020
Subscribe to:
Post Comments (Atom)
-
A while back I answered a question on Stack Overflow asking about the relative popularity of The Art of Computer Programming . I replied wit...
-
Here's a quick example of duckdb's new ASOF JOIN. Problem: we have a time-based price table; if you have a sale time that falls in t...
-
On Mac and Linux, set up an ssh key in the usual way: ssh-keygen cat $HOME/.ssh/id_rsa.pub Copy that into the github ssh keylis...
No comments:
Post a Comment