Advertisement
Guest User

Untitled

a guest
Aug 14th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.20 KB | None | 0 0
  1. import codecs
  2.  
  3. print(codecs.decode('YRIRY GJB CNFFJBEQ EBGGRA', 'rot 13'))
  4.  
  5. print(codecs.encode('ROTTEN', 'base 64'))
  6. print(codecs.decode('Uk9UVEVO', 'base 64'))
  7.  
  8. print(codecs.getencoder('base 64'))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement