Home

ePass1000ND Web Authentication Sample

Create the User ID file using ePass1000NDEdit

  1. Open ePass1000ND token by pressing 'F' from your keyboard. This command will open your first token, if you have 2 or more ePass1000ND token then this will open the first token found by the system. This command will also show your token information including your Hardware ID (see fig.1).

    (fig.1)

     
  2. To do file operation you must switch to file menu. Please press 'M' to switch to file menu. After switching to file menu notice that the menu title is now becoming "File Menu" (see fig.2).

    (fig.2)

     
  3. Check file listing of your token by pressing "L". You should found a directory named "ASP_DEMO", please note the file ID of the directory. In fig.3 you can see the ASP_DEMO file ID is "F000". This file ID value can be different with your result, this is depend wheter the id has been taken or not.

    (fig.3)

     
  4. Then change the directory to "ASP_DEMO" by pressing "H" and then write the ID of the directory (see fig.4). If the File ID for ASP DEMO is f000 then we should write f000 for the ID, but it can be different depend on your result from previous step.

    (fig.4)

     
  5. After changing the directory you can create a file in the directory. Press "F" and input exactly as shown in fig.5 where file ID=3, file type=2, file size=8, read and write access=0.

    (fig.5)

     
  6. At this point you already create a file but you have not write anything into the file. Currently the file status you just created is open, but if you want to re-write a closed file you must open it first with Open("O"). To write information to a file you press "W" and then set the offset to begin as 0. Then you can write any characters up to 8 byte long (see fig.6)

    (fig.6)

     
  7. If you want to check what you have written, you can read the file by pressing "R" and set the offset to begin as 0 and the number of byte as 8 (see fig.7)

    (fig.7)

     
  8. Now press "L" to retrieve file listing (see fig.8). Check the file you have created, if the file has File ID 0003 and the Directory ID is the same as ASP_DEMO file ID then you have just create a correct file in the correct directory.

    (fig.8)

     
  9. Press "C" to close the file.

    (fig.9)

     
  10. Press "X" to exit File Menu and go back to Main Menu.

    (fig.10)

     
  11. Press "C" To close your token. Then you can close the application by pressing "X"

    (fig.11 )

back