Search Unity

Cipher

Discussion in 'Assets and Asset Store' started by yezaldivar, Jan 8, 2018.

  1. yezaldivar

    yezaldivar

    Joined:
    Aug 24, 2016
    Posts:
    147
    Cipher is the easiest solution to add encryption techniques on your Unity game. This thread is dedicated to share your experiences with the library to help others, to report issues and suggest new ideas to improve the plugin.
     
    Mauri likes this.
  2. hsnk

    hsnk

    Joined:
    Jul 24, 2015
    Posts:
    8
    I'm trying to use the generated AES data with PHP but am unable to. I think there might be a mismatch with the blocksize and/or initialization vector. I tested AES 128 bits (given secret string) with CBC, ECB and CTR (none of them work).
     
  3. Hagen

    Hagen

    Joined:
    Aug 16, 2014
    Posts:
    36
    Is it still compatible with Unity 2020?