TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Are there any cheap configurable time-based OTP tokens?

3 pointsby bsdzalmost 6 years ago
Can anyone recommend a cheap configurable time-based OTP token device? Ideally something similar to Google's Authenticator Android app that can be given a secret then automatically generates time based RFC-6238 codes but all within a small low powered token device. Also should be cheap to configure (eg via Bluetooth or usb); the secret seed should be secured on the device. Something available in Europe would be ideal.

1 comment

LatexNinjaalmost 6 years ago
You could easily program a pi-zero or other mini to accept the otp text format using something like these<p><a href="https:&#x2F;&#x2F;www.passwordstore.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.passwordstore.org&#x2F;</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;tadfisher&#x2F;pass-otp" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tadfisher&#x2F;pass-otp</a><p>Then to insert the pass... something like this to convert from QRCode if text format isn&#x27;t available:<p>zbarimg -q --raw &#x2F;tmp&#x2F;canvas.png | pass otp insert some-new-otp<p>to retrieve<p>pass otp some-new-otp -c
评论 #20155774 未加载