python748 / alternate-java-bridge-library

Automatically exported from code.google.com/p/alternate-java-bridge-library
Apache License 2.0
0 stars 0 forks source link

Added EncryptUtil class #105

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Right now this class will allow you to encrypt/decrypt byte arrays using a key 
that you specify.

It uses the AES algorithm (128 bit). The class does not track keys, that is up 
to you.

Original issue reported on code.google.com by IMPINC...@gmail.com on 16 Feb 2013 at 10:45

GoogleCodeExporter commented 8 years ago

Original comment by IMPINC...@gmail.com on 18 Feb 2013 at 4:49