Skip to content
  • Denis Laxalde's avatar
    Make crypto module python3-compatible · 7abe23cbfda1
    Denis Laxalde authored
    * Remove usage of unicode() and decode the base64-encoded string in
      encrypt();
    * Encode the string received in decrypt() as (I supposed) it should come
      from the result of encrypt().
    
    Add tests for this module along the way.
    7abe23cbfda1