Advertisement
EaterSun

Untitled

Dec 19th, 2023 (edited)
114
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | Software | 0 0
  1. openssl pkeyutl -decrypt -inkey private_key.pem -in key.bin.enc -out decrypted_key.bin
  2. openssl enc -d -aes-256-cbc -in encrypted_data.enc -out decrypted_data.pcap -pass file:decrypted_key.bin -pbkdf2
  3.  
Advertisement
Comments
  • hyll
    1 year
    Comment was deleted
Add Comment
Please, Sign In to add comment
Advertisement