summaryrefslogtreecommitdiff
path: root/test/oathtool.sh
blob: d1d3441886b932e780c2fd3553777aeb55c0d12f (plain)
1
2
3
4
5
6
#!/bin/sh

for key in baadf00d deadc0de; do
    echo -n "$key: "
    oathtool --totp=sha512 $key
done