|
1 | | - |
2 | | - |
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
3 | 6 |
|
4 | 7 | # 0Password - [https://0password.github.io](https://0password.github.io) |
5 | 8 |
|
6 | | -The ultimate password manager that doesn't mess around. It keeps your digital life locked down tighter than Fort Knox, all while remembering absolutely nothing. |
| 9 | +Deterministic password generator. Master key + service name → unique password. Nothing stored, nothing remembered. |
7 | 10 |
|
8 | 11 |  |
9 | 12 |
|
10 | 13 | ## How it works |
11 | 14 |
|
12 | | -1. **0Password** - This is your master key. Keep it safe. |
13 | | -2. **Service** - Where's this password going? Reddit? X? You name it. |
14 | | -3. **Customize** - Choose if you want digits, etc. It's all about that custom touch. |
15 | | -4. **Retrieve** - Hit that button and watch the magic happen. Voilà, your password ready to roll. |
| 15 | +1. Enter master key (keep it safe) |
| 16 | +2. Enter service name (e.g., "reddit", "github") |
| 17 | +3. Set options (length, character types) |
| 18 | +4. Generate password |
| 19 | + |
| 20 | +Same inputs = same password, every time. |
16 | 21 |
|
17 | 22 | ## Features |
18 | 23 |
|
19 | | -- **Ultra-Secure**: Uses SHA-256 hashing to keep things tight. |
20 | | -- **Customizable**: Tailor your password length and character types. |
21 | | -- **Memory-Free**: We don’t remember a thing. |
22 | | -- **Print-Ready**: Need it on paper? No problem, it prints like a dream. |
23 | | -- **Easy-to-Scribble**: No confusing characters. |
| 24 | +- SHA-256 based generation |
| 25 | +- Customizable length and character sets |
| 26 | +- No ambiguous characters (0/O, 1/l/I) |
| 27 | +- Printable for offline storage |
| 28 | +- Nothing stored anywhere |
24 | 29 |
|
25 | | -## Why 0Password? |
| 30 | +## Why deterministic? |
26 | 31 |
|
27 | | -Because you deserve a password manager that doesn't pretend to be a 1MemoryPalace. Keep it simple, keep it secure, and keep moving. |
| 32 | +Traditional password managers store encrypted passwords. This doesn't. You can regenerate any password anytime, anywhere, as long as you remember your master key. |
28 | 33 |
|
29 | 34 | ## Contributing |
30 | 35 |
|
31 | | -Feel free to fork, tinker, and send a pull request. Happy 0passwording! |
| 36 | +Fork, improve, PR. |
0 commit comments