# Locky Documentation

Locky is a Cloud-based Key Management System. We store cryptographic keys in the cloud. We have a specific emphasis on keys used for encrypting personally identifiable data, intellectual property, or any data that will still have value to an attacker in 10+ years.

[Who is Locky for?](https://gitbook.getloc.ky/who-is-locky-for)

[The Problem Locky Solves](https://gitbook.getloc.ky/harvest-now-decrypt-later)

[Tech Specs](https://gitbook.getloc.ky/technical-specifications)

[Core Crypto Source Code](https://github.com/aklitzke/locky)


---

# 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://gitbook.getloc.ky/locky-documentation.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.
