You are not logged in. Please login or register.
Active topics Unanswered topics
Welcome to the wolfSSL Forums!
Please post questions or comments you have about wolfSSL products here. It is helpful to be as descriptive as possible when asking your questions.
References
Stable Releases - download stable product releases.
Development Branch - latest development branch on GitHub.
wolfSSL Manual - wolfSSL (formerly CyaSSL) product manual and API reference.
Search options
I must admit that my question was quite imprecise.
What I wanted to ask is if it is possible to encrypt large file reading it by parts and using Cbc functions like this:
wc_Des3_SetKey(&enc, key, iv, DES_ENCRYPTION);
wc_Des3_CbcEncrypt(&enc, cipher, plain, sizeof(plain));
//read another part of plaintext and write cipher to file
wc_Des3_CbcEncrypt(&enc, cipher, plain, sizeof(plain));
And if it is about ECB - does wolfSSL support this mode?
Hi,
I am looking for library which allows to do des encryption in cbc mode block by block. Is it possible to do this using wolfCrypt? I have been trying to find anything about this, but without any success.
Posts found: 2
Generated in 0.015 seconds (95% PHP - 5% DB) with 5 queries