@override Map<String, dynamic> encode() { return { 'c': iterations, 'dklen': dklen, 'prf': 'hmac-sha256', 'salt': BytesUtils.toHexString(salt) }; }