Skip to content

Releases: TakuKobayashi/UnityCipher

Deal with UPM install and move Examples

02 Mar 01:18
Compare
Choose a tag to compare

UnityCipher has dealed with UPM (Unity Package Manager).
Along with this, the Exampes directory has been moved to the ouside packaging.
The installation method using UPM is described below.

UPM Install

// manifest.json
{
  "dependencies": {
       "net.taptappun.taku.kobayashi.unitycipher": "https://github.com/TakuKobayashi/UnityCipher.git?path=/Assets/UnityCipher#v1.3.0"
  }
}

Add Development features.

13 Jan 15:04
b6aa743
Compare
Choose a tag to compare
Merge pull request #2 from TakuKobayashi/develop

version to 1.2.0

Add feature update key settings

22 Dec 23:29
Compare
Choose a tag to compare
v1.1.0

update meta file.

Add LICENSE FIle And UnitTests

22 Dec 22:06
Compare
Choose a tag to compare
v1.0.1

Add Unit Test in RSAEncription

UnityCipher Release!! It can encrypt from Rijndael(AES) or RSA

21 Sep 19:09
Compare
Choose a tag to compare