# Packages
Deprecated: This package has moved into go-libp2p as a sub-package: github.com/libp2p/go-libp2p/core/sec/insecure.
# Type aliases
SecureConn is an authenticated, encrypted connection.
A SecureMuxer is a wrapper around SecureTransport which can select security protocols and open outbound connections with simultaneous open.
A SecureTransport turns inbound and outbound unauthenticated, plain-text, native connections into authenticated, encrypted connections.