Skip to content

Commit eeaf816

Browse files
committed
Update README.md
1 parent c9c4e60 commit eeaf816

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# cotp - command line totp authenticator
2-
[![Actions Status](https://github.com/replydev/cotp/workflows/Build/badge.svg)](https://github.com/replydev/cotp/actions)
3-
[![AUR package](https://img.shields.io/aur/version/cotp)](https://aur.archlinux.org/packages/cotp/)
4-
[![crates.io](https://img.shields.io/crates/v/cotp)](https://crates.io/crates/cotp)
5-
[![Downloads](https://img.shields.io/crates/d/cotp)](https://crates.io/crates/cotp)
2+
[![Actions Status](https://github.com/replydev/cotp/workflows/Build/badge.svg)](https://github.com/replydev/cotp/actions) [![AUR package](https://img.shields.io/aur/version/cotp)](https://aur.archlinux.org/packages/cotp/) [![crates.io](https://img.shields.io/crates/v/cotp)](https://crates.io/crates/cotp) [![Downloads](https://img.shields.io/crates/d/cotp)](https://crates.io/crates/cotp)
63

74
I believe that security is of paramount importance, especially in this digital world. I created cotp because I needed a minimalist, secure, desktop accessible software to manage my two-factor authentication codes.
85

@@ -121,14 +118,16 @@ Note that in the `--edit` command if you type . instead of argument you are spec
121118
To import Authy or Google Authenticator databases you need first to obtain the respective files in your phone in the paths:
122119
- **Authy**: `/data/data/com.authy.authy/shared_prefs/com.authy.storage.tokens.authenticator.xml`
123120
- **Google Authenticator**: `/data/data/com.google.android.apps.authenticator2/databases/databases`
124-
You may need root privileges to access these folders.
125-
After that run the correct python script located in the converters/ folder in this source code:
121+
122+
You may need root privileges to access these folders.
123+
Once you got those files run the correct python script located in the converters/ folder in this source code:
126124

127125
`python authy.py path/to/database.xml converted.json`
128126

129127
It will convert the database in a json format readable by cotp.
128+
To finish import the database:
130129

131-
To finish import the database: `cotp -i authy path/to/database.json`
130+
`cotp -i authy path/to/database.json`
132131

133132
## Planned features
134133

0 commit comments

Comments
 (0)