Advertisement
Guest User

Untitled

a guest
Apr 26th, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. ##
  2. # name: endecode
  3. # description: encodes or decodes a string using Vigenere cipher
  4. # params:
  5. # encrypt - Boolean - encrypts if True, otherwise decrypts
  6. # key - String - Vigenere cipher key
  7. # msg - String - message to be encoded/decoded
  8. # returns:
  9. # String - encoded/decoded message
  10. ##
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement