encryptogroup / ABY

ABY - A Framework for Efficient Mixed-protocol Secure Two-party Computation
GNU Lesser General Public License v3.0
463 stars 132 forks source link

Authentication #14

Closed prvsousa closed 7 years ago

prvsousa commented 7 years ago

What type of authentication ABY has?

You already implement the Extension to Malicious Adversaries?

dd23 commented 7 years ago

If you're referring to the parties' communication: This happens via plain sockets without any form of encryption. To use ABY in an open network one would need to add something like TLS for transport encryption or tunnel communication through a VPN.

ABY is currently only secure against semi-honest (passive) adversaries. An extension to malicious adversaries is not planned for the near future, but might be added at some point.