# Can I make a backup copy of the data from the Hideez Key?

Yes, the Hideez Safe client provides data backup to a local file. The file is encrypted with the password of your account (the password that you use to launch the program). Then the encrypted file is saved to the disk. AES256 encryption algorithm in CBC mode is always used.

It is worth mentioning that the Hideez Key and the web service are protected from hacking by brute force attacks. However, the backup file cannot be fully protected with this level of protection. That is why we highly recommend keeping the backup file in a safe place (for example, USB flash drive in a safe deposit box). Do not store it on a hard drive or in the cloud.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://key.hideez.com/faq/can-i-make-a-backup-copy-of-the-data-from-the-hideez-key.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
