Skip to content

Commit 4ae360a

Browse files
authored
Update README.md
1 parent 505dc1a commit 4ae360a

File tree

1 file changed

+20
-15
lines changed

1 file changed

+20
-15
lines changed

README.md

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,36 @@
1-
2-
![Alt text](https://github.com/0Password/0password.github.io/actions/workflows/static.yml/badge.svg)
1+
![GitHub repo size](https://img.shields.io/github/repo-size/0Password/0password.github.io)
2+
![GitHub License](https://img.shields.io/github/license/0Password/0password.github.io)
3+
![GitHub Created At](https://img.shields.io/github/created-at/0Password/0password.github.io)
4+
![GitHub forks](https://img.shields.io/github/forks/0Password/0password.github.io)
5+
![GitHub Repo stars](https://img.shields.io/github/stars/0Password/0password.github.io)
36

47
# 0Password - [https://0password.github.io](https://0password.github.io)
58

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.
710

811
![Alt text](https://0password.github.io/media/0Password.jpg)
912

1013
## How it works
1114

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.
1621

1722
## Features
1823

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
2429

25-
## Why 0Password?
30+
## Why deterministic?
2631

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.
2833

2934
## Contributing
3035

31-
Feel free to fork, tinker, and send a pull request. Happy 0passwording!
36+
Fork, improve, PR.

0 commit comments

Comments
 (0)