Линда Кайе
2021-04-10 08:13:39 UTC
Hi!
I use cryptlib to store password encrypted data. Code is just like in the manual (in simplified form):
cryptCreateEnvelope
cryptSetAttributeString (with password)
cryptPushData (in loop with smaller chunks)
cryptFlushData
cryptPopData (also in loop)
Everything works great on version 3.4.3 but when I upgrade to more recent versions, everything brokes. On small ammount of data it still works but when I try to encrypt large blocks of data (like 1.5Mb), on some of calls of cryptPushData() I get CRYPT_ERROR_INTERNAL error.
Is anyone know what's going on?
_______________________________________________
Cryptlib mailing list
***@mbsks.franken.deAdministration via Mail: cryptlib-***@mbsks.franken.de
Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/
http://news.gmane.org/gmane.comp.encryption.cryptlib
Posts from non-subscribed addresses are blocked to prevent spam, please
subscribe in order to post messages.
I use cryptlib to store password encrypted data. Code is just like in the manual (in simplified form):
cryptCreateEnvelope
cryptSetAttributeString (with password)
cryptPushData (in loop with smaller chunks)
cryptFlushData
cryptPopData (also in loop)
Everything works great on version 3.4.3 but when I upgrade to more recent versions, everything brokes. On small ammount of data it still works but when I try to encrypt large blocks of data (like 1.5Mb), on some of calls of cryptPushData() I get CRYPT_ERROR_INTERNAL error.
Is anyone know what's going on?
_______________________________________________
Cryptlib mailing list
***@mbsks.franken.deAdministration via Mail: cryptlib-***@mbsks.franken.de
Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/
http://news.gmane.org/gmane.comp.encryption.cryptlib
Posts from non-subscribed addresses are blocked to prevent spam, please
subscribe in order to post messages.