2017年10月17日 星期二

[筆記]Ubuntu 安裝 Python3 pwntools 發生錯誤

原本在Virtual Box上是安裝Ubuntu 14.04版,但安裝Python3 pwntools會出現安裝錯誤,但是按照助教所說,重新開一個新的虛擬機安裝Ubuntu 16.04後,使用相同方式安裝卻成功了。

安裝方式:
sudo apt-get update
sudo apt-get install python3-dev python3-pip git
pip3 install git+https://github.com/arthaud/python3-pwntools.git

2017年10月15日 星期日

[筆記]Triple DES EEE mode with 2 keys

這學期修了一門課,名為「電腦與網路安全概論」。第二次作業希望我們解釋「為什麼Triple DES(三重資料加密演算法)要使用K1-K2-K1的方式來進行加密」,原文和附圖如下:

Why do we choose Triple-DES with two keys like that (the first and third enc with K1 & the second with K2, and K1 and K2 are chosen independently)