Skip to content

Releases: PrimmR/authogonal

v0.2.0

02 Jul 18:18
Compare
Choose a tag to compare

v0.2.0 Features

The first public release of Authogonal:

  • The application generates TOTP and HOTP codes for use with various online services
  • New services can be added via text input or a QR code
  • HOTP counters can be updated, codes can be copied to the clipboard, and services can also be deleted
  • Secrets are encrypted behind a main password for higher security
  • A number of visual options are available that change how codes are displayed

This release also includes the first release of Authogonal's companion crates: encrypt, hash, hash_table, and sort. These crates aren't intended for use outside this application, but you may use them for your own projects if you wish!