react-native-simple-crypto icon indicating copy to clipboard operation
react-native-simple-crypto copied to clipboard

Default value of IV Parameter

Open PraveenPotla opened this issue 3 years ago • 2 comments

Please what is the default value IV parameter?

PraveenPotla avatar Oct 01 '21 11:10 PraveenPotla

any as u want

fukemy avatar May 19 '22 09:05 fukemy

There is no default, it will try to

    const ivHex = convertArrayBufferToHex(ivArrayBuffer);

Which uses

const convertArrayBufferToHex = hexLite.fromBuffer;

which will be an empty string

ghbutton avatar Jun 13 '22 05:06 ghbutton