31Sanskrati / Cryptography_Algorithms

Collection of cryptography algorithms implementation.
MIT License
14 stars 5 forks source link

Different Modes of Operation for Aasymmetric encryption Algorithms #3

Open sujith-rek opened 5 months ago

sujith-rek commented 5 months ago

As far as i noticed the code its ECB , Maybe adding options for other modes? CBC,OFB,CFB,CTR

31Sanskrati commented 5 months ago

@sujith-rek I haven't thought about it. But you can add your code for other modes too. That would be helpful.