AES counter mode
Kostantinos Koukopoulos <[email protected]> Sun, 2 Jun 2013 11:35:07 +0300
| Newsgroups | gmane.comp.encryption.cryptlib |
|---|---|
| Message-ID | <CAJzNPXVNkR0JXvqNajWxm4rC0zg=ogVA5a66otBXxB3Y4aocFA@mail.gmail.com> |
Hello, I'm looking to implement encryption and transmission of large datasets (in the order of a couple of gigabytes) with the following requirements: a) the encryption of each block shouldn't depend on the completed encryption and transmission of other blocks (i.e. parallel encryption) b) encryption and transmission may be stopped and it should be possible to resume the encryption using as small a saved state as possible (e.g. the key, the IV/nonce and the sequence of previously encrypted blocks). If I'm not mistaken AES CTR mode would be suitable for this task. Is it possible with cryptlib? I haven't found any information about AES CTR and cryptlib so far. Is there perhaps some other way that I could implement (a) and (b) that would be possible and/or straightforward with cryptlib? Thank you, Konstantinos _______________________________________________ Cryptlib mailing list [email protected] via Mail: [email protected] 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.