python-mega icon indicating copy to clipboard operation
python-mega copied to clipboard

Comment big-endian format, the unpacking operator, encryptor creation and encryption call

Open madchucky opened this issue 8 years ago • 0 comments

  1. I had to refresh the notion of endianness and found following video helpful https://www.youtube.com/watch?v=MEyV7moej-k I guess the idea here is to have the code independent of the platform it is run on, right @juanriaza ?

  2. I struggled to understand the unpacking operator '*' until I found following video https://www.youtube.com/watch?v=YWY4BZi_o28. Cool python feature.

  3. Is the package pycrypto the right one for AES import? Few comments added from there. https://pypi.python.org/pypi/pycrypto "PyCrypto is written and tested using Python version 2.1 through 3.3. Python 1.5.2 is not supported." Good simple use of pycrypto is demonstrated here https://www.youtube.com/watch?v=fqjdXMu4ZAQ

madchucky avatar Dec 06 '17 16:12 madchucky