# Functions
New creates an AES encrypted net.Conn by generatinga key using PBKDF2 with the provided configuration.
NewFromKey creates an AES encrypted net.Conn using the provided key.
# Variables
No description provided by the author
salt must be predefined in order to derive the same key.