Is it considered "secure" to send a password in a skype message and delete the message after the recipient remembered the password?
|
|
Questions I would ask myself before using skype for sending sensitive information:
Before satisfying these questions my own answer would have to be no. |
|||||||||||||
|
|
"A password" is not enough information to determine how it needs to be protected. What resources does the password grant access to, and what level of access? Skype uses reasonably strong encryption on voice communication--we think. It's closed-source, so what we know comes from documentation and protocol reversing. You can't look at their source code to make sure they're not, say, using a flawed AES implementation that leaks key data. Even if the protocol is completely secure, it's still operated by Skype Limited, a Luxembourg-based company, and owned by Silver Lake Investments, a Menlo Park-based tech investment firm. So, to return to the beginning, what are you trying to protect? If it's the nuclear launch codes, over $10k worth of financial data, or Luxembourg state secrets, don't use Skype. If it's a user account on a domain that wouldn't interest a capital investment firm, a small European country, or a crime syndicate with the resources to sniff internet backbone traffic, Skype's probably ok. |
|||
|
|
|
Skype sends information among 3rd party client nodes with a closed protocol. It makes no warranties about the security of its connection. I would suggest using something like OTR on top of your instant messaging medium. Beyond that, the usual, "is there enough risk to warrant concern" rule applies. Maybe it just isn't worth addressing in your case. |
|||
|
|
|
The other question is whether you really need to send a password (i.e. a shared secret) directly, or whether it would make more sense to establish an encrypted channel using a method that does not require a secure channel. For example, if you can get positive confirmation that you are talking to the right person (e.g. by recognizing their voice on the phone), then having them generate an asymmetric keypair and read out the fingerprint of the key to you would be a sufficient trust path to initiate an encrypted communication afterwards, while an eavesdropper would not gain anything. |
|||
|
|
|
Seems I'm a little late but I just want to share my opinion. Nothing is secure enough to transfer passwords. Passwords as a concept are meant to be memorized only. Storing/transmitting/telling someone a password instantly lowers the security of whatever it is protecting. Generally you shouldn't need to give anyone a password he should create an account for himself or you should create an account for him. |
|||
|
|