Mitgenosse / Cipha

Lightweight cryptography library
MIT License
0 stars 0 forks source link

Creating random IV for SymmetricCipher #2

Closed Mitgenosse closed 8 years ago

Mitgenosse commented 8 years ago

The IV is currently derived from the password and salt. It should be generated randomly (via RNGCryptoServiceProvider).