
The Yubikey should possess the only copy of the secret for true hardware level security.

Delete all traces of the secret from the computer. Register both Yubikeys with E-Trade and store one in a safe location. It is best practice to generate two Symantec VIP keys and load them onto seperate Yubikeys. I highly suggest you test logging in with the new key immediately! Contact E-Trade support with any issues! Closing Advice
#ETRADE LOGIN WITH VIP ACCESS SERIAL NUMBER#
Įnter the Credential Id (example FT0123456789) in the Serial number field.Ĭlick the text No mobile device? Add a hardware token.Login to E-Trade, and navigate to Profile/Security Settings (Note: the symantec website only worked on my mobile devices) Register Yubikey with E-Trade Remember to Long Touch the Yubikey in order to use the second slot. Click Finish to save the key to the Yubikey Ĭopy the VIP secret from earlier ( EVX5G4UZ2DPC7SCUIQSA7VQBX4BFQMCG) to the Secret key field.Select OATH-HOTP as the credential type and click Next Ĭlick Configure for Long Touch (Slot 2).

Open Yubikey Manager, the Yubikey should be automatically detected.‘otpauth://hotp/VIP%20Access: FT0123456789?secret= EVX5G4UZ2DPC7SCUIQSA7VQBX4BFQMCG&digits=6&algorithm=SHA1&image=https%3A%2F%%2Fdlenski%2Fpython-vipaccess%2Fmaster%2Fvipaccess.png&counter=1’ Add Symantec VIP secret to Yubikey The id is FT0123456789 and the secret is EVX5G4UZ2DPC7SCUIQSA7VQBX4BFQMCG The VIP Credential Id and VIP Secret are in the otpauth line of the output. # Run the python-vipaccess Docker image to provision a type FT12 (hardware) type secretĭocker run python-vipaccess provision -p -t FT12 VIP Access is a free Android and iPhone app that simplifies the process of using two-factor authentication. # Build the python-vipaccess Docker image
