uses pycryptodome

This commit is contained in:
Jeff Tindell 2017-09-21 15:25:07 -04:00
parent a52a871a94
commit 4b65258f1c

View File

@ -1,7 +1,7 @@
from __future__ import unicode_literals from __future__ import unicode_literals
import os import os
from Crypto.Cipher import AES, PKCS1_OAEP, XOR from Crypto.Cipher import AES, PKCS1_OAEP
from Crypto.PublicKey import RSA from Crypto.PublicKey import RSA
from django.conf import settings from django.conf import settings