This repository was archived by the owner on May 6, 2022. It is now read-only.
Commit 241ae3f 1 parent 19e2ec8 commit 241ae3f Copy full SHA for 241ae3f
File tree 1 file changed +19
-1
lines changed
1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
# PassSHAfe
2
2
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
+
You can’t perform that action at this time.
0 commit comments