Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Commit 241ae3f

Browse files
authored
Update README.md
1 parent 19e2ec8 commit 241ae3f

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
11
# PassSHAfe
22

3-
An offline SHA-256 based password safe
3+
PassSHAfe is a deterministic HMAC-SHA-256 based password safe. It does not store a password database anywhere and you
4+
only have to remember one master password. To access a password for a specific account you need a unique account
5+
identifier. It is very important that you choose unique identifiers for all your accounts and that you can remember
6+
the identifier. For example you could always use "\<URL\>:\<username\>" as your account identifier. For your master
7+
password you should choose a really strong password. If you think you cannot remember your master password then write
8+
it down and put it somewhere safe because if you forget your master password it is impossible to access any of your
9+
account passwords. So make sure to choose a secure password and keep it somewhere safe.
10+
11+
## How to use PassSHAfe
12+
1. Go to https://defelo.github.io/PassSHAfe/
13+
2. Enter your master password
14+
3. Enter your account identifier
15+
4. Change your password length (optional)
16+
5. Press Enter to copy your generated password to the clipboard
17+
6. Lock the safe
18+
19+
## Download PassSHAfe
20+
You can always download the latest version of PassSHAfe here: https://github.com/Defelo/PassSHAfe/releases
21+

0 commit comments

Comments
 (0)