Snippets

Alexander Hanel CryptoPals

You are viewing an old version of this snippet. View the current version.
Revised by Alexander Hanel ef04014

Set 1

Challenge 1 - Convert hex to base64

import base64 
base64.b64encode("49276d206b696c6c696e6720796f757220627261696e206c696b65206120706f69736f6e6f7573206d757368726f6f6d".decode("hex"))
HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.