question

YuKim avatar image
YuKim asked

how to store Key value Iv value?

I make Project to save server mesh in unity3dmesh must be encryptI save key value ,Iv value in title dataIs it good way?If you store key and iv values, how do you store them?
unity3d
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Sarah Zhang avatar image
Sarah Zhang answered

You can store your key value, iv value in internal title data. Internal title data is hidden from the client. This data can also be set in the Game Manager, or via a server API. Please check this documentation internal title data for more.

1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

YuKim avatar image YuKim commented ·

thank you

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.