Files
deb-python-sqlalchemy-utils/sqlalchemy_utils
Konstantinos Kostis 268adb96aa types: addition of EncryptedType
* Adds a type that has the name `EncryptedType`. This type gives
  the possibility to encrypt a value, so that in the database exists
  the encrypted form of the value and not the original one. When
  a value needs to be read(and is of type `EncryptedType`) the value
  automatically decrypted in order to present to the user.

* Two encryption/decryption engines are currently implemented.
  One is using the AES algorithm and the other is using the
  Fernet algorithm. These are implemented in a library that is
  called Cryptography.

* Inside the tests folder there is a test whose name is
  `test_encrypted` and tests the functionality of the above type.

* Inside the `encrypted.py` file there is documentation with a
  complete example. Also the `data_types.rst` is modified in order
  to add a section for the `EncryptedType`.

Signed-off-by: Konstantinos Kostis <konstantinos.kostis@cern.ch>
2014-10-14 13:51:56 +02:00
..
2014-10-07 13:48:12 +03:00
2014-10-14 13:51:56 +02:00
2014-10-14 13:51:56 +02:00
2014-04-21 10:27:50 +03:00
2014-03-05 15:47:49 +02:00
2013-09-17 14:07:37 +03:00
2014-06-25 21:58:35 +03:00
2014-07-10 17:23:28 +03:00
2014-01-14 09:33:27 +02:00
2014-02-20 13:58:59 +02:00
2014-02-18 13:53:08 +02:00