Advertisement
opexxx

certutilBase64.txt

Oct 20th, 2016
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. echo -----BEGIN CERTIFICATE----- > encoded.txt
  2. echo Just Base64 encode your binary data
  3. echo TVoAAA== >> encoded.txt
  4. echo -----END CERTIFICATE----- >> encoded.txt
  5. certutil -decode encoded.txt decoded.bin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement