twik/README.md

31 lines
604 B
Markdown
Raw Normal View History

2014-09-20 18:59:03 +02:00
Twik
====
Python version of Twik
2014-09-20 19:05:38 +02:00
2014-09-21 02:03:59 +02:00
2014-09-22 22:19:15 +02:00
For install :
2014-09-22 22:20:26 +02:00
```python setup.py install```
2014-09-21 02:03:59 +02:00
2014-09-22 22:19:15 +02:00
```
2014-09-21 01:26:07 +02:00
Usage: twik [-h] [-c C] [-p {1,2,3}] tag
2014-09-20 19:05:38 +02:00
2014-09-21 01:26:07 +02:00
positional arguments:
tag generate password for a specified tag
2014-09-20 19:05:38 +02:00
2014-09-21 01:26:07 +02:00
optional arguments:
-h, --help show this help message and exit
-c C length of generated password
2014-09-22 22:19:15 +02:00
-p {1,2,3} 1 for ALPHANUMERIC_AND_SPECIAL_CHAR, 2 for ALPHANUMERIC
and 3 for NUMERIC
2014-09-21 02:03:59 +02:00
```
2014-09-21 02:00:22 +02:00
Private Key is stored in ~/twik.conf you need change it to match with chrome extension and android app:
2014-09-21 02:03:59 +02:00
```
2014-09-21 02:00:22 +02:00
[Profile]
private_key = TFCY2AJI-NBPU-V01E-F7CP-PJIZNRKPF25W
2014-09-21 02:03:59 +02:00
```
2014-09-21 02:00:22 +02:00