KKSI 2019 Qual - Crypto

EZ RSA Diberikan source code python task.py yang mengimplementasikan kriptosistem RSA. Challenge from Crypto.Util.number import * import gmpy2 flag = '**REDACTED**' p1 = getPrime(512) p3 = gmpy2.next_prime(p1)... Read more

Gemastik 2019 Final - Crypto

BerAESnang-senang Diberikan file s34cret.py dan servis ke min4tozaki.me 31000. Challenge Kami memodifikasi kode program s34cret.py agar mempermudah memahami implementasi enkripsi AES. Berikut hasil modifikasinya. from Crypto.Cipher import... Read more

Joints 2019 Qual - Crypto

ASN Cipher Suatu hari di grup Whatsapp terdapat obrolan yang aneh. Pesan yang dikirimkan oleh suatu user terlihat tidak jelas dan seperti terenkripsi. Anggota grup di Whatsapp... Read more

HackToday 2018 Final - Reversing

back2basic Write-up singkat salah satu challenge yang saya persiapkan untuk babak final HackToday 2018 - back2basic (100 pts). Description Someone using a familiar sequence for his personal... Read more

ICS2C 2018 Final - Crypto & Reversing

Weird Cipher 250 Challenge Diberikan file cipher.txt yang isinya sebagai berikut. cipher: U2FsdGVkX1/EI9UEUzWcCoy94xDAPMdKW5I+mHNRohtpTOwRhLpRM8hLj333fv+fpfCa password: h4ckthepl4net hint: bruteforce cipher Sepertinya cipher masih dalam bentuk base64. $ echo 'U2FsdGVkX1/EI9UEUzWcCoy94xDAPMdKW5I+mHNRohtpTOwRhLpRM8hLj333fv+fpfCa'... Read more