Does .NET has a class that supports AES OFB encryption?
I've tried to use AesCryptoServiceProvider but when I set the Mode to CipherMode.OFB I got an exception: Invalid algorithm specified
AesManaged doesn't allow feedback modes (based on the MSDN documentation)
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…