singpolyma / OpenPGP-Python

A port of OpenPGP-PHP to Python
ISC License
34 stars 8 forks source link

Add streaming capabilities to encrypt/decrypt functions #15

Closed evilaliv3 closed 10 years ago

evilaliv3 commented 10 years ago

Currently encrypt and decrypt functions work on a payload as a whole.

This does not make possible to encrypt and decrypt a payload in straming and so makes unfeasible to encrypt/decrypt payloads over a certain size on a system with few RAM due to the need of loading all the payload at once.

singpolyma commented 10 years ago

Duplicate of #5