Показать сообщение отдельно

  #11  
Старый 07.12.2020, 19:40
mooooooon
Участник форума
Регистрация: 04.02.2019
Сообщений: 131
Провел на форуме:
42331

Репутация: 1
По умолчанию

Цитата:
Сообщение от Felis-Sapiens  

http://rgho.st/6Rl6Kln8Z

Decrypt AES CBC with

Код:
key = 65CE89619D8929CDCF998D42D74C59E3B4E11CFCAE5927760A78E18061D2145C
iv  = 85AE4578D5A1BD0758E8349AE0335F0A0813D674D2F493A59A6447CE61C42B11
and decompress

how do i decrypt the encrypted passwords in there ?

i tried using the command in this decrypt python file

https://pastebin.com/UNVUQVz2

echo 5a4fp5tqtcTWDcjTTR3V4R== | openssl enc -d -base64 -aes-128-cbc -K 65CE89619D8929CDCF998D42D74C59E3 -iv 85AE4578D5A1BD0758E8349AE0335F0A -nopad

but it gave me this error
 
Ответить с цитированием