You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-6
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,12 @@ It uses GnuPG to symmetrically (i.e., using a master password) encrypt and decry
6
6
7
7
# Release notes
8
8
9
-
## Version 1 (2015)
10
-
11
-
The original release which has been available for general use and review since July 2015. There are no known bugs nor security vulnerabilities identified in this stable version of pwd.sh. Compatible on Linux, OpenBSD, macOS.
9
+
## Version 2 (2020)
12
10
13
-
## Version 2b (2019)
14
-
15
-
The second release of pwd.sh features several security and reliability improvements, and is an optional upgrade. Currently in beta testing. Compatible on Linux, OpenBSD, macOS.
11
+
The second release of pwd.sh features many security and reliability improvements, and is a recommended upgrade. Compatible on Linux, OpenBSD, macOS.
16
12
17
13
Changelist:
14
+
18
15
* Passwords are now encrypted as individual files, rather than all encrypted as a single flat file.
19
16
* Individual password filenames are random, mapped to usernames in an encrypted index file.
20
17
* Index and password files are now "immutable" using chmod while pwd.sh is not running.
@@ -26,6 +23,10 @@ Changelist:
26
23
* Removed option: read all passwords; no use case for having a single command.
27
24
* Removed option: suppress generated password output; should be read from safe to verify save.
28
25
26
+
## Version 1 (2015)
27
+
28
+
The original release which has been available for general use and review since July 2015. There are no known bugs nor security vulnerabilities identified in this stable version of pwd.sh. Compatible on Linux, OpenBSD, macOS.
0 commit comments