# Security and Encryption

For a browser extension platform like Realm, logging in using a cryptocurrency wallet provides a strong security architecture based on cryptography concepts. This method guarantees that user data is kept private and shielded from unwanted access by utilizing digital signatures, end-to-end encryption, and private key authentication. Integrating hardware wallet functionality, which stores private keys in safe hardware devices offline, substantially improves security and also keeps your identity anonymous. Realm offers options like wallet connect and coin base wallet (crypto wallets) as primary sign-in options apart from Google and Twitter.


---

# 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://www.realmapp.academy/product/deeper-organizing/security-and-encryption.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.
