> For the complete documentation index, see [llms.txt](https://docs.mybucks.online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mybucks.online/concept.md).

# Concept

- [How it works?](https://docs.mybucks.online/concept/how-it-works.md): This page explains design principles and technical implementation.
- [Key generation](https://docs.mybucks.online/concept/key-generation.md): This page shows the minimal JavaScript used in the seedless, disposable wallet framework to generate a private key from Passphrase and PIN inputs.
- [Architecture](https://docs.mybucks.online/concept/architecture.md): This page explains the software architecture used to implement the seedless, disposable wallet framework behind the digital cash envelope product.
- [March 2026 Security Update](https://docs.mybucks.online/concept/march-2026-security-update.md): This page outlines the technical shifts from Legacy to Default security modes.
- [Security Consideration](https://docs.mybucks.online/concept/security-consideration.md): This page explains the main motivation for choosing Scrypt and Keccak256 in the seedless, disposable wallet framework.
- [Brute Force Attack](https://docs.mybucks.online/concept/security-consideration/brute-force-attack.md): This page outlines one of the major threats: Brute Force attacks.
- [Rainbow Tables](https://docs.mybucks.online/concept/security-consideration/rainbow-tables.md): This page outlines the expected size and availability of rainbow tables.
- [Security Deep Dive](https://docs.mybucks.online/concept/security-consideration/security-deep-dive.md): This page addresses technical risks and architectural decisions frequently raised by security researchers and auditors during our community review process.
- [Browser-Level Protection](https://docs.mybucks.online/concept/security-consideration/browser-level-protection.md): This page explains how we utilize browser-level security features, such as a strict Content Security Policy (CSP), to isolate your session and protect your data from external threats.
- [@mybucks.online/core](https://docs.mybucks.online/concept/mybucks.online-core.md): This is an independent NPM package to handle key-generation and transfer-link.
