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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,12 @@ Open source hardware TOTP token. Currently targets the LPC1756, LPC1758 and LPC1
3
3
4
4
### Features
5
5
* keys never leave the token after setup
6
+
* enter button types 6 digit key using HID keyboard (any device that supports HID keyboards should work)
6
7
* supports up to 32 profiles
7
-
* USB mode to add/delete profiles without having the keys leave the token
8
+
* USB mode to add/delete profiles using a CSV file
8
9
* support to change the RTC calibration values in the settings
9
10
* support for setting the time
11
+
* 60 seconds screen timeout
10
12
11
13
### Images
12
14
Photos<br>
@@ -23,7 +25,9 @@ Additional pictures can be found [here](./img/)
23
25
24
26
### TODO
25
27
* encrypt profiles
26
-
* Add support for more than 32 profiles (needs a rework if more profiles are required. The profiles are copied to ram and there is not enough for more at the moment. If we leave them in flash we can store a lot more)
28
+
* support for different intervals
29
+
* support for 8 digit keys
30
+
* add support for more than 32 profiles (needs a rework if more profiles are required. The profiles are copied to ram and there is not enough for more at the moment. If we leave them in flash we can store a lot more)
27
31
28
32
### Extra
29
33
Is intended to be used with [USB dfu bootloader](https://github.com/itzandroidtab/dfu_bootloader). To build without bootloader support delete `set(TARGET_LINKERSCRIPT ...)` from the `CMakeLists.txt` in this project.
0 commit comments