xxtea

xxtea implemented in pure Python
Download

xxtea Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Elyes Du
  • Publisher web site:
  • https://github.com/lyxint/

xxtea Tags


xxtea Description

xxtea is a Python module that implements xxtea in pure Python.Installation pip install xxtea -UExamplefrom xxtea import decrypt, encryptkey = "hey, lyxint"s = "what's up, dude??"enc = encrypt(s, key, True)dec = decrypt(enc, key, True)print len(enc), encprint len(dec), decassert s == decProduct's homepage


xxtea Related Software