- Status Closed
- Percent Complete
- Task Type TO-DO
- Category General
-
Assigned To
Toni Corvera - Operating System
- Severity Low
- Priority Very Low
- Reported Version 1.0
- Due in Version 1.1
-
Due Date
Undecided
- Votes
- Private
Attached to Project: relevation
Opened by Toni Corvera - 05.07.2011
Last edited by Toni Corvera - 13.07.2011
Opened by Toni Corvera - 05.07.2011
Last edited by Toni Corvera - 13.07.2011
FS#185 - Support cryptopy
cryptopy provides a pure python implementation of ciphers, allowing easier install on some systems (e.g. 64bits Windows) than PyCrypto.
Unlike PyCryptoPlus it doesn’t seem to depend on PyCrypto but has a different API.
The performance degrades considerably, of course.
ID | Project | Summary | Priority | Severity | Progress | |
---|---|---|---|---|---|---|
182 | relevation | Very Low | Low |
Closed by Toni Corvera
13.07.2011 17:29
Reason for closing: Implemented
Additional comments about closing:
13.07.2011 17:29
Reason for closing: Implemented
Additional comments about closing:
Done in 1.1
cryptopy 1.2.5 is the latest version.
It violates PEP 263 (uses non-ASCII characters -in the copyright line- without declaring encodings), which makes, at least recent, Python choke on it.
Attached is a patch to fix the copyright lines.