c# - AES Key length not matching -


i'm sending encrypted data client through web service.

the client had requested encrypt data using given key , iv. know should ideally use different random iv each time, , i've raised them.

the iv have provided string of length 25. doesn't seem right me.

as far aware iv length should match block size, either 128, 192 or 256 bytes (string lengths 16, 24 or 32). right, or missing here...?

please note iv provided me, , therefore not trying pick it.

the provided iv of form "ghpnhfg544judfjdr5bgvbj67", not believe correct. (the provided key string 16 characters long)


Comments

Popular posts from this blog

c# - Better 64-bit byte array hash -

webrtc - Which ICE candidate am I using and why? -

php - Zend Framework / Skeleton-Application / Composer install issue -