Changes between Version 26 and Version 27 of SummerOfCode2009
- Timestamp:
- Mar 20, 2009, 12:51:09 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode2009
v26 v27 61 61 * Note from Greg Wilson: grabbing the data is nearly trivial; indexing it, displaying it, providing anchors so that it's easy to hyperlink to regions of text, etc., is harder. 62 62 * Functional test runners integrated with Django (Windmill, selenium). Coverage support. General testing improvements. See: [http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&component=Testing+framework&order=priority Open Testing Tickets] 63 * Encryption and decryption of Python objects using AES256 (AES256TextStore). This is a proposal based on preliminary testing using pycryptopp (cryptopp). I also propose mentoring and 64 would like to add this contribution in Django and notmm. The general concept is to develop a data storage engine that would support encrypt() and decrypt() things based on a unique public key. A preliminary test case is available here: http://joelia.gthc.org/notmm/0.2.12/file/2ae8272976ab/tests/datastore/test_aes256.py#l1 63 65 * Your idea here