Skip to content
  • Christos Stavrakakis's avatar
    cyclades: Make cyclades work with pycrypto==2.6 · 22aabeec
    Christos Stavrakakis authored
    In PyCrypto 2.6, it is mandatory to use an IV of 16 bytes when using AES
    encryption. This commit updates 'aes_encrypt' module to use a random IV.
    Also, a data migration is required to re-encrypt the old passwords, as
    otherwise it will not possible to decrypt them.
    22aabeec