Reputation: 8815
Our vendor needs some access to our test server, and thus we send them email with username/password (i think it's unencrypted). What is the most unintrusive way to bump up the security level?
Thanks
Upvotes: 2
Views: 729
Reputation: 391854
Send the two parts with separate communication channels.
Use a combination of any two of the following.
Voice phone call.
Fax.
Snail Mail.
Encrypted Email.
Separate channels makes it very hard to reconstruct the credentials.
Upvotes: 2
Reputation: 284796
Call them, especially if you already know their voice. A more traditional solution (that requires some setup) is GPG.
Upvotes: 1
Reputation: 115
Depending a the level of security you're going for. It's usually inversely proportional to convenience. So here are some in order of least secure.
These are just some thoughts off the top of my head.
Upvotes: 2