1
0
mirror of https://github.com/gryf/softtoken.git synced 2025-12-19 12:28:09 +01:00
Commit Graph

7 Commits

Author SHA1 Message Date
Terry Wilson
85ac5243bb Add pyperclip dep to setup.py 2018-09-19 17:35:08 +02:00
Miguel Angel Ajo
26920a30b2 Convert the otp value to ascii from unicode
Othersise the clipboard library fails in my system
because it's not expecting unicode.
2018-06-29 10:03:16 +02:00
Miguel Angel Ajo
b441781351 Import PyKeyboard only when necessary
Some systems have issues installing the PyKeyboard/Quartz properly,
like my OSX for some weird reason...
2018-06-29 10:03:16 +02:00
Daniel Alvarez
d055730b9f Fix bug with sha1 tokens
Previously, when a user wanted to generate an sha1 token, sha256
was used instead. This patch fixes the bug even though the use
of sha1 is discouraged.
2018-06-12 09:29:38 +02:00
Daniel Alvarez
9bc5020cd8 Added clipboard support with -C option 2016-12-24 15:25:20 +01:00
Daniel Alvarez
53cd1f79fe configuration filed changed to ~/.softtoken.conf 2016-11-04 11:57:25 +01:00
Daniel Alvarez
b2e13b6594 Initial commit 2016-11-03 19:32:04 +01:00