From charlesreid1

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

16 April 2017

16 September 2016

  • curprev 09:3109:31, 16 September 2016Admin talk contribs 846 bytes +846 Created page with "<pre> from Crypto.Cipher import AES from Crypto.Util import RFC1751 from Crypto import Random AES_MODE = AES.MODE_CBC def encrypt(text, key): text += '\0' * (16 - (len..."