Decrypts data using the configured key and rounds.
data
String dec(String data) => decrypt(data, key: _key, round: _round);