summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2013-05-16 12:10:23 -0300
committerdrebs <drebs@leap.se>2013-05-16 18:51:40 -0300
commit5c971f5a57ebac56f27d0374fe24942124be4406 (patch)
treec064f17dd004ec4787e6fa4c384e40a17d7a814e /changes
parent92ab86bf33b57e40745d4af80e4bc2aa7fc4ac89 (diff)
Add crypto submodule that handles AES-256-CTR encryption.
Diffstat (limited to 'changes')
-rw-r--r--changes/feature_use-pycrypto-for-symmetric-encryption1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/feature_use-pycrypto-for-symmetric-encryption b/changes/feature_use-pycrypto-for-symmetric-encryption
new file mode 100644
index 0000000..5448483
--- /dev/null
+++ b/changes/feature_use-pycrypto-for-symmetric-encryption
@@ -0,0 +1 @@
+ o Add AES-256 (CTR mode) encrypting/decrypting functions using PyCrypto.