Map<String, dynamic> decryptMap(String cipherText, Nonce nonce) => jsonDecode(decrypt(cipherText, nonce));