> For the complete documentation index, see [llms.txt](https://resources.digitalmoment.org/cybersecurity/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resources.digitalmoment.org/cybersecurity/passwords.md).

# Passwords

<figure><img src="/files/AYTUcsQekkFcYlGl1ZHH" alt=""><figcaption></figcaption></figure>

### Definition

Think of passwords as the **secret** **keys** to your digital world. Just like you have a key to your house or a lock to your locker to keep your belongings safe, a password keeps your digital belongings secure. It's a word or a combination of letters, numbers, and symbols that only you should know.

In this curriculum, we are addressing threats and means to protect ourselves in the digital world, but will start with an analogy of how combination locks can be bypassed in the physical world will help our learning. &#x20;

The next [**Hands-On activity**](/cybersecurity/passwords/hands-on-activity.md) will get us thinking about the different ways our passwords can be guessed or found out.

<details>

<summary><span data-gb-custom-inline data-tag="emoji" data-code="1f93f">🤿</span> Optional: Deep Dive - Definitions from other sources</summary>

* "A string of characters (letters, numbers and other symbols) that is used to authenticate an identity, to verify access authorization or to derive cryptographic keys." [National Institute of Standards and Technology NIST](https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-57pt2r1.pdf)
* "A secret word or code used to serve as a security measure against unauthorized access to data. It may be used to log onto a computer, mobile device, network or website or to activate newly installed software in the computer" [PC Magazine](https://www.pcmag.com/encyclopedia/term/password)

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://resources.digitalmoment.org/cybersecurity/passwords.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
