0
votes
1answer
78 views

How to prompt user for a password to use an application in Mac?

Is there a way to prompt the user for a password when he or she tries to open a given application? And is there a way to set that to something different than the user account password? I want it to ...
0
votes
0answers
453 views

Deleting application password stored in Keychain on OS X

I'm trying to delete an application password. I'm using the security delete-generic-password command. When I execute it via terminal, everything works fine – it does delete the password. When I ...
0
votes
2answers
499 views

Would Keychain be safer than Firefox Password Manager?

Theoretically speaking would Keychain be safer to use in Firefox than Firefox's own password manager? The reason I ask is because Chrome is using Keychain.
2
votes
2answers
326 views

Is PGP symmetric encryption as effective as Apple Keychain?

I used to use Apple's Keychain to store passwords, but I got tired of trying to figure out how to transfer them when I changed computers, so I switched to using a text file encrypted with gpg ...
3
votes
3answers
891 views

Default username and password for *.example.com

I have a bunch of dev domains that are all subdomains of example.com e.g. test1.example.com, test2.example.com etc They all use HTTP authentication and the same username and password. Is there a way ...