Guest User

Untitled

a guest
Sep 24th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  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
Add Comment
Please, Sign In to add comment