Skip to content

Commit

Permalink
Add status badge for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshi16 committed Mar 1, 2021
1 parent 1eb4db2 commit c2cd8d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Bad-TOTP

[![Tests](https://github.com/jameshi16/Bad-TOTP/actions/workflows/tests.yml/badge.svg)](https://github.com/jameshi16/Bad-TOTP/actions/workflows/tests.yml)

Prefixed with "Bad" because this is not meant to be used in production.

Bad-TOTP is a small educational-only project that I decided to do in a weekend to learn about Time-based One Time Passwords (TOTP), and how they work. I then made the decision to implement everything required for TOTPs from scratch (i.e. using nothing but standard C and some standard library functions), including the SHA-1 hash algorithm (and its brothers, SHA-256 and SHA-512), Hash-based Message Authentication Code (HMAC), and Hash-based One Time Passwords (HOTP).
Expand Down

0 comments on commit c2cd8d9

Please sign in to comment.