DaGenix / rust-crypto

A (mostly) pure-Rust implementation of various cryptographic algorithms.
Apache License 2.0
1.39k stars 295 forks source link

Add AES-CFB mode #457

Closed ghost closed 5 years ago

ghost commented 5 years ago

See #397

I've only implemented the encryptor by now because CFB seems to use different StreamCipher for encrypting and decrypting and I don't know how to make it fit in the API.

Please forgive me, I don't have knowledge of cryptography, so I may be completely doing things wrong.

ghost commented 5 years ago

Seems that this project is out of maintenance.

newpavlov commented 5 years ago

@TitanSnow See the cfb-mode crate from the RustCrypto project.

ghost commented 5 years ago

@newpavlov I have discovered it after I opened this PR. 🤣