Encrypts data using the configured key and rounds.
data
String enc(String data) => encrypt(data, key: _key, round: _round);