Hi,
I’m trying to import a list of 1000 TOTP tokens from a csv file, but it fails with error
“ERR905: Invalid serial number. Must comply to ^[0-9a-zA-Z-_]+$.”
the csv format is: (seed is edited)
STTA00125842,D8566ED20B0E63CA9365FBB063D2BB6587DFF3BD,TOTP,6.30
STTA00125843,2EFDFE957D658C202345FAED2F38A32E08776D37,TOTP,6.30
already encrypted the csv with the public key, but the error is the same.
any errors I encounter on the web, are seed related and not serial.
Can anyone help?
Thanks
Carlos Baptista