TOTP import tokens

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

Hi,

I solved the problem. It seems that the problem was a non documented feature :slight_smile:

I have to use only lower case serial numbers in the csv file like this:
totp00125842,D8566ED20B0E63CA9365FBB063D2BB6587DFF3BD,totp,6,30

Thanks
Carlos Baptista

This is not correct. You can use upper case letter serial numbers.
I suspect that you had some special non-printable chars as remnants in the serial numbers.
(unix or dos formatted files?)