Converts the decryption key to a JSON format.
Map<String, dynamic> toJson() { return {'id': id, 'key': key}; }