Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dzen-it committed Nov 5, 2021
1 parent 4dc3f45 commit dad82c4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Secretable

Secretable is a telegram bot for managing passwords and others secrets stored in Google Sheets. Convenient management of your secrets in the messenger. Strong encryption AES256 + PKCS 8 + PBKDF2. Using Google Sheets as storage allows you to track changes, easily make backups, and work without encryption with raw data.
Secretable is a telegram bot for managing passwords and others secrets stored in Google Sheets. Convenient management of your secrets in the messenger. Strong encryption AES256 + PKCS 8 + PBKDF2. Using Google Sheets as storage allows you to track changes, easily make backups, and work without encryption with raw data. Share passwords for other users and chats.

### About security:
- In encrypted mode, Google Sheets do not store any open data other than description.
Expand Down Expand Up @@ -44,6 +44,9 @@ Connect to the bot [BotFather](https://t.me/BotFather) and use the `/newbot` com
Start the downloaded bot release by specifying flags:<br>
`./secretable -t <telegram_bot_token> -s <spreadsheet_id> -g <path_to_google_credentials_file>`

### 5. Add access
Add your telegram chat id to the table **Access** in the first column.

## Usage
To use, just look at the `--help` command:
```
Expand All @@ -61,4 +64,4 @@ Application Options:
Help Options:
-h, --help Show this help message
```
```

0 comments on commit dad82c4

Please sign in to comment.