Skip to content

Releases: graynk/atk

Support for KeePass 2 and Key URI styles + HOTP

16 Feb 22:02
268bf5e
Compare
Choose a tag to compare

This release adds support for storing OTP in other formats besides the default "TOTP Settings/TOTP Seed" one.

Specifically: KeePass 2 style and Key URI formats. It also enables HOTP support for those two formats.

Resulting databases were tested against KeePassXC, KeePass 2 + KeeOtp2, KeePass 2 + KeeTrayTOTP, KeePassium, Keepass2Android and KeeWeb

Housekeeping release

15 Feb 22:25
d1eafde
Compare
Choose a tag to compare

This is a housekeeping release in preparation for adding new features.
Partially addresses #4

  • Bumped versions of everything
  • Cleaned up some error messages
  • Added help command
  • It's 2025: dropped building 32-bit binaries to reduce the noise in the releases

Fixed failing build for Windows

30 Jun 16:32
Compare
Choose a tag to compare

Turns out syscall.stdin changes type from int to syscall.Handle when compiled with GOOS=windows

Hiding password input and support for Go 1.15, courtesy of @vjagaro

30 Jun 16:16
ffac587
Compare
Choose a tag to compare
Merge pull request #3 from vjagaro/suppress-password-output

Suppress password output

Initial release

02 Jan 14:01
Compare
Choose a tag to compare
v1.0.0

once more I get foiled by go.sum getting hidden inside Goland's file …