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

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

c# - Better 64-bit byte array hash -

python - PyCharm Type error Message -