View Single Post
  #3  
Old 14-11-2025, 07:39
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,688
Thanks: 1,106
Thanked 7,334 Times in 2,837 Posts
KaktoR is on a distinguished road
https://github.com/SuperTavor/Viola

Example
Code:
:decrypt
Viola.CLI-Portable.exe -m decrypt -i "975db12376c07780478431b25279b380.cpk" -o "975db12376c07780478431b25279b380.cpk_dec"
pause

:encrypt
Viola.CLI-Portable.exe -m encrypt -k 3810055266 -i "975db12376c07780478431b25279b380.cpk_dec" -o "975db12376c07780478431b25279b380.cpk_out"
pause

Each CPK file has its own key.

I just have 2 small sample files, so figure out the rest for yourself.
__________________
Haters gonna hate

Last edited by KaktoR; 14-11-2025 at 07:41.
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
mausschieber (15-11-2025)