Skip to content

Instantly share code, notes, and snippets.

View daithang59's full-sized avatar

Dai Thang daithang59

View GitHub Profile
# ======================= SEED Lab Task 5 - Windows PowerShell =======================
# ECB/CBC via .NET; CFB/OFB via OpenSSL (if available).
# ===== 0) Chuẩn bị thư mục làm việc & đảm bảo plain.txt ≥ 1000 byte =====
cd $HOME
$outDir = Join-Path $PWD 'seed-aes-out'
New-Item -ItemType Directory -Force -Path $outDir | Out-Null
# ĐẶT plain.txt bên trong seed-aes-out