Skip to main content

How to use NIA Online Service with Alien Citizen Digital Certificate[外籍人士自然人憑證]


 Taiwan offers a smart card to adult foreign residents that can be used to verify their identity online. This allows some government services previously only available in person to be provided online, including:
Sounds great! However, the system relies on some ironically insecure/outdated technology, a mishmash of different browser plugins and very few support staff know about its existence. Here's a tip on how to use yours...

How to get your record of Entry and Exit Dates from Taiwan's National Immigration Agency


  1. Get a Digital Citizen Certificate and set it up in your card reader
  2. Visit https://ncp.immigration.gov.tw/niaweb/entryExitForeignQuery , (if the link has changed, try clicking through English - Online Applications -Certificate of Entry and Exit Dates - (red link) Please click here and enter the instant application page)
  3. Ensure you've allowed pop-ups for this site.
  4. Close the pop-up using the right-hand button (it will likely have red lines, showing the software isn't installed)
  5. Click the HiPKI憑證驗證元件 link and install the HiPKI software
  6. Click the HiCOS卡片管理工具 link and install the HICOS software
  7. Restart your computer
  8. Head back to https://ncp.immigration.gov.tw/niaweb/entryExitForeignQuery , and check the pop-up now has two green lines and close it. If not, your software installation has failed and you need to go back to step 4.
  9. Enter your ARC ID number, passport number and the PIN for your IC Card, and click login.
  10.  Wait for the pop-up scroller to complete (about 15seconds)
  11. Choose the search period (or just get the last entry and exit information), enter the CAPTCHA and click "Tables/Sheets"
  12. Your certificate appears instantly, able to be printed.


Note: You HiPKI and HICOS are updated from time to time. NIA advises that if the site does not work and it has been more than 6 months since you installed the plugins, you should try installing a new version.

Comments

Popular posts from this blog

How to transfer money from Taiwan without going to the bank

We live in a digital age. The Taiwanese banking system ... a little less so. Transferring money overseas typically involves a visit to the bank between 9am and 3pm. You'll queue, fill out an outbound remittance form in duplicate, stamp and sign some things and just generally wait while staff do their best with the unfamiliar procedure. There is another way.* * for transfers < 500,000 TWD, to accounts you've previously set up in a special way :(  Background: Remittance Classifications One of the reasons for the myriad of complicated forms when dealing with foreign exchange in Taiwan is the precise codification of transfer types required by the Central Bank. Your knowledge of the existence of these two documents will boost your standing above that of the average banker: 匯出匯款之分類及說明  Code and Description of Outward Remittance Classification 匯入匯款之分類及說明 Code and Description of Inward Remittance Classification These are updated every few years, with new versions fo...

How to flash Seeed Wio-WM1110 Dev Kit with Meshtastic

The Seeed Wio-WM1110 Dev Kit is an nRF52840-based LoRa® transceiver with built-in GPS, Temperature/Humidity sensor and supports solar and battery power. Unfortunately, unlike many Meshtastic devices, this board cannot be flashed using USB. Instead, you require an external device that can connect via SWDIO. Luckily, if you have a Raspberry Pi around this is surprisingly straightforward. 1. Set up Wiring Connect GPIO pin 11 on your Raspbery Pi to the CLK pin on the Wio-WM1110. Connect GPIO pin 8 on your Raspbery Pi to the DIO pin on the Wio-WM1110. Ensure you get the GPIO numbers correct. Plug in your Raspberry Pi to USB power. Plug in the Wio-WM1110 to USB for power. 2. Install OpenOCD OpenOCD is the program we'll use for communicating with the Wio-WM1110. Install it on your Raspberry Pi. $ sudo apt update $ sudo apt install libtool autoconf automake texinfo telnet gdb-multiarch git libjim-dev $ git clone git://repo.or.cz/openocd.git $ cd openocd/ $ ./bootstrap $ ./configure --ena...

The Story of LLRP2HRP - Part 2

So, this brash American dude who ran a relay race event decided to go fancy. None of this using phones to manually scan NFC chips for race timing. He was going to have chips in bibs. He convinced another organisation that also ran races to chip in some funding ... and then went online. He found an RFID reader system. The kind of ground mats that you run over, that connects to a box that goes beep. It was from China. It was insanely cheap. Like fall-off-the-back-of-a-truck cheap. It was delivered, hardware checks out. It came with no software. Last time , we'd figured out that it also provided RFID tag information using a proprietary binary protocol and were trying to lock down exactly what that was. It was one of the most arduous Google sessions I've had for a while. Trawling the entire web for some document or code that probably only existed inside an office in Shenzhen. But I found something! It was amazing, because of the source, and how perfectly it fit my n...