totp_sous_linux
TOTP sous linux
apt-get install oathtool SECRET=$(echo -n 'tom.lgy.fr' | base32) echo $SECRET oathtool --totp -b $SECRET
totp_sous_linux.txt · Dernière modification : 2021/09/08 00:08 de tomamplius
apt-get install oathtool SECRET=$(echo -n 'tom.lgy.fr' | base32) echo $SECRET oathtool --totp -b $SECRET