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
+25-6Lines changed: 25 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ I believe that security is of paramount importance, especially in this digital w
11
11
cotp is written with simplicity in mind, the interface is quite minimalist and intuitive as command line apps should be.
12
12
This is an example:
13
13
14
-
cotp v0.1.4
14
+
cotp v0.1.5
15
15
written by @replydev
16
16
17
17
Password:
@@ -23,7 +23,13 @@ This is an example:
23
23
### Encryption
24
24
This program relies on only one database file, encrypted with [XChaCha20Poly1305](https://doc.libsodium.org/advanced/stream_ciphers/xchacha20) authenticated encryption and [Argon2id](https://en.wikipedia.org/wiki/Argon2) for key derivation.
25
25
### Import/Export
26
-
You can import backups made by [Aegis](https://github.com/beemdevelopment/Aegis) and [andOTP](https://github.com/andOTP/andOTP) Authenticators, but backup compatibility is growing (check [planned features](#planned-features)).
26
+
You can import backups (or [converted databases](#converted-databases)) from:
Backup compatibility is growing (check [planned features](#planned-features)).
27
33
By typing `cotp -ex` you can export your database in unencrypted json format.
28
34
### Compatibility
29
35
cotp can generate two-factor authentication coded using HMAC-SHA1, HMAC-SHA256 and HMAC-SHA512, with any digits, to provide a good compatibility to most two-factor authentication systems.
@@ -78,9 +84,9 @@ You can build cotp using these commands:
78
84
If you are familiar with the command line interface using cotp will not be a problem.
79
85
Please note that cotp requires at least an 8 chars length password.
80
86
If you type `cotp -h` you get some instruction on how to use cotp utilities.
81
-
For example, the version 0.1.4 prints out this help screen:
87
+
For example, the version 0.1.5 prints out this help screen:
82
88
```
83
-
cotp v0.1.4
89
+
cotp v0.1.5
84
90
written by @replydev
85
91
86
92
USAGE:
@@ -112,6 +118,19 @@ Note that in the `--edit` command if you type . instead of argument you are spec
0 commit comments