MD5 筆記 MD5 Intro MD5 訊息摘要演算法(英語:MD5 Message-Digest Algorithm),一種被廣泛使用的密碼雜湊函式,可以產生出一個128位元(16個字元(BYTES))的雜湊值(hash value),用於確保資訊傳輸完整一致。(節自wiki) 簡易 MD5 工具 : md5sum 基本上 Unix, Linux 的作業系統都有預設 md5sum ... Read More
讀取 Linux file info (stat) 讀取 Linux 的檔案資訊 Linux 的檔案有很多資訊,即使只用到檔案大小也是很方便。 stat struct stat stat 的資料結構 #include <sys/stat.h> struct stat { dev_t st_dev; /* ID of device containing... Read More