tags | title |
---|---|
CTF |
Crypto CTF 工具 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
tags: CTF | |
title: 資安比賽 | |
--- | |
# 金盾獎 | |
## 參考資料 | |
* [2016初賽](https://bookgin.tw/2016/10/15/2016-%E9%87%91%E7%9B%BE%E7%8D%8E-%E5%88%9D%E8%B3%BD%E5%BF%83%E5%BE%97/) | |
* [2017決賽](https://www.duckll.tw/2017/12/106.html) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 2020/9/30 管院職涯發展觀念 | |
### 如何選擇對的工作 | |
#### 工作在人生中很重要,要做25~30年 | |
#### 管你學什麼專業,找工作一定要找你喜歡的,這樣你每天早上六點到晚上八點才能開心,在找一個喜歡的人,這樣你每晚上八點到六點都是開心的 | |
--- | |
### 職涯規劃與發展的三個問題: | |
1. 我是誰? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* -------------------------------------------------------------------------------------------------------------------- | |
* Example sketch/program showing how to read data from a PICC to serial. | |
* -------------------------------------------------------------------------------------------------------------------- | |
* This is a MFRC522 library example; for further details and other examples see: https://github.com/miguelbalboa/rfid | |
* | |
* Example sketch/program showing how to read data from a PICC (that is: a RFID Tag or Card) using a MFRC522 based RFID | |
* Reader on the Arduino SPI interface. | |
* | |
* When the Arduino and the MFRC522 module are connected (see the pin layout below), load this sketch into Arduino IDE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* -------------------------------------------------------------------------------------------------------------------- | |
* Example to change UID of changeable MIFARE card. | |
* -------------------------------------------------------------------------------------------------------------------- | |
* This is a MFRC522 library example; for further details and other examples see: https://github.com/miguelbalboa/rfid | |
* | |
* This sample shows how to set the UID on a UID changeable MIFARE card. | |
* | |
* @author Tom Clement | |
* @license Released into the public domain. |