Import tokens from a file

Here you can upload an XML file from Aladdin or SafeNet as it was used with Aladdin TMS or SafeNet SAM.

Here you can upload a csv file for your OATH token. The file is supposed to contain one token per line.

For HOTP and TOTP tokens:

serial number, seed, type, otplen, timeStep

For OCRA tokens:

serial number, seed, type, ocrasuite

type (default hotp), otplen (default 6), timeStep (default 30) and ocrasuite are optional.

Here you can upload a csv file for your Yubikey token. The file is supposed to contain one token per line.

If you are enrolling the Yubikey in HOTP mode, you should use the PSKC file format in the newer version of the Yubikey GUI.

This is an RFC6030 OATH compliant PSKC file. Values in the PSKC files may be unencrypted or either encrypted with a Pre Shared Key or password. If the values are encrypted, please specify the Pre Shared Key in hex format or the password.

As the values are encrypted with AES128-CBC, you need to give a 32 characters long hex string.

You can choose how the authenticity of the tokens to be imported should be verified.

You can choose a realm to which the tokens should be imported. You can also change the realms of each token later.

PGP Key {{ keyid }}

Please pass the public key and the fingerprint to the token provider.

{{ key.armor }}
Fingerprint: {{ key.fingerprint }}
Progress: {{ uploadProgress }}%
Uploaded File: {{ uploadedFile }}
Uploaded Tokens: {{ uploadedTokens }}
Skipped Tokens: {{ notImportedTokens }}