Skip to content

Commit a5cc082

Browse files
committed
Update README.md
1 parent 7094a30 commit a5cc082

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,14 @@ By typing `cotp export` you can export your database in unencrypted json format.
2727
cotp can generate both **TOTP** and **HOTP** codes, compliant with **rfc6238** and **rfc4226** specifications. Also, it is possible to customize settings like **HMAC algorithm** and **digits**, to provide a good compatibility to other two-factor authentication systems.
2828
### Cross Plaform
2929
#### So far, I have successfully tested the functionality of the software in the following systems:
30-
|System|Version|Rust Version|Rust Toolchain|Working|
31-
|--|--|--|--|--|
32-
|Arch Linux|N/A|1.55.0|`x86_64-unknown-linux-gnu`|Yes|
33-
|Alpine Linux|3.12.3|1.54.0|`x86_64-unknown-linux-gnu`|Yes|
34-
|Fedora|33|1.52.0|`x86_64-unknown-linux-gnu`|Yes|
35-
|Ubuntu|20.04 WSL|1.52.0|`x86_64-unknown-linux-gnu`|Yes|
36-
|Windows 10 Pro|20H2|1.55.0|`x86_64-pc-windows-msvc`|Yes|
37-
|Windows 10 Pro|20H2|1.56.0|`x86_64-pc-windows-gnu`|Yes|
38-
|Windows 10 LTSC|1809|1.52.0|`x86_64-pc-windows-msvc`|Yes|
30+
31+
- Arch Linux
32+
- Alpine Linux
33+
- Fedora 33
34+
- Ubuntu 20.04 WSL
35+
- Windows 10 Pro
36+
- Windows 10 LTSC
37+
- Windows 11
3938

4039
#### In addition, cotp has been successfully tested by the community in the following systems:
4140
- NixOS

0 commit comments

Comments
 (0)