Questions tagged [token]

A physical device used as part of an authentication system, often in conjunction with other authentication factors such as passwords.

A security token is a physical device used for authentication, often in conjunction with other authentication factors such as passwords, as one factor in a multi-factor authentication system. A security token may, among other things:

  • provide a time-synchronized, continuously changing password (such as RSA SecurID)
  • plug into a computer, containing digital certificates that are used along with a PIN for authentication (such as a USB dongle) or otherwise serving as an identifying device (such as a smart card)
  • be a mobile device (such as a smartphone) with an app that implements one or more features used in traditional security tokens

For more information on security tokens, see this Wikipedia article.

26 questions
4
votes
3 answers

How does Google two-auth factor work?

I'd like to turn on Google's two authentication factor on but first I'd like to understand how it works. Specifically I'd like to use the Google app for smartphones (btw I checked the FAQ and this is not a question about smartphone but a question…
4
votes
2 answers

Purpose of USB eToken for storing EV code signing certificate's private key, when certificate is delivered via a download link?

A while ago I purchased code signing EV certificate from DigiCert. I already owned a USB eToken so I selected a delivery method where I download it from their website. The order required me to attach a CSR, which I generated via their Certificate…
miran80
  • 281
3
votes
4 answers

RSA SecurID Sofware Token application window not visible after screen configuration change

I regularly use the RSA SecurID Software Token Application on a Windows 10 laptop. Sometimes after my displays get refonfigured (because switching external displays), the application windows is not visible after starting the app. The app is still…
3
votes
1 answer

Cannot see hardware security token on my Windows PC

I have a SafeNet Token JC device that provides a certificate when I am connecting to a VPN using CheckPoint VPN Client. I'm facing an issue that CheckPoint cannot see that device. I have Windows 10 and it worked almost a month without a problem.…
2
votes
1 answer

Windows Batch to read TXT and parse lines into JSON

I've made a good deal of headway by searching this site and learning the ridiculous language that is Windows batch scripting, but frankly I'm stuck. The sample below is from our lab's old radiometer module which regularly logs its data as TXT files.…
AOm
  • 141
2
votes
1 answer

What is the difference between USB-Mode and HID-Mode?

I have an Elite EL token. and I have some tools to work with it. One of the softwares is Elite EL set mode. As you see I have two options, HID-Mode and USB-Mode. Q : What is the difference?
User1-Sp
  • 275
2
votes
0 answers

What is in-service expansion in token passing bus network?

I was reading about Token Ring network and it said "in-service expansion is possible in a token passing bus network". What does it mean?
2
votes
1 answer

Can I re-use a hardware USB token for newer Code Signing Certificates when old expires?

I currently have a few expired Code Signing Certificates from Sectigo on their Safenet USB tokens for signing software. I'm considering renewing + obtaining additional Code Signing Certificates for different projects and wondering if I can reuse the…
Tomas
  • 163
1
vote
1 answer

Disable Fortitoken on a Fortigate Firewall

I made an error while configuring my admin account on the FortiGate 60d and enabled forti token for 2 step authentication. Thing is I enabled the wrong token and I do not have that device with me. Now when I try to login to the GUI using my admin…
mat
  • 11
1
vote
1 answer

Is it possible to use USB token as file storage

Is it possible to store and retrieve files other than certificate in USB etoken? I would like to use it as read-only USB flash disk.
Kiyas
  • 13
1
vote
1 answer

Is Data Object on openPGP smartcard v2 encrypted?

Currently I thinking about on-the-fly disk encryption using Truecrypt/dmcrypt LUKS with key stored on smartcard. I would like to use openPGP v2 smart card, respectively GPF Cryptostick which is based on openPGP v2 smartcard and my question is: On…
Ency
  • 17
1
vote
1 answer

How to fix Github Error 403?

I want to push commits in GitHub. The url to the repository is https://github.com/ManuelaCarriero/NeuPipelines. I used: git commit -m "my commit" file then: git push -u origin main I got the error: Username for 'https://github.com':…
1
vote
0 answers

Securely store a token in a Windows machine

I developed a small program hosted in my company's on-prem Windows server in Python. The program involves an API call using a private token generated for me. I stored the Python source code in plain text, but I don't want my token to be stored as…
o_yeah
1
vote
1 answer

Is there a token based alternative to ssh public/private key protocol?

So, as I know ssh public key doesn't expire if you do not generate a new pair. Is there a way to grant the access to the client for a certain duration ? Like a token based authentication. So basically, I am interested can you make a "expirable…
Sandro
  • 11
1
vote
2 answers

GnuPG with CAPI smartcard / NOT an OpenPGP card

I have a RSA SecurId loaded with two keys and their corresponding certificate (signature and authentication). I'm already using the authentication key pair for SSH login (from my Windows desktop) thanks to Putty CAC and I was wondering if the same…
Cerber
  • 257
1
2