Skip to content

Commit 287d736

Browse files
authored
有効な鍵を設定
1 parent 23b15f6 commit 287d736

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

SaveDataManagement.unitypackage

865 Bytes
Binary file not shown.

ScriptTemplates/0-SaveDataManagement__SaveData C# Script-NewSaveData.cs.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ public class #SCRIPTNAME#KeySettings : IAesKeySettings {
1414
// AES鍵(keyを設定してください)
1515
public int GetAesKeySize() => 128;
1616
public int GetAesBlockSize() => 128;
17-
public string GetAesIv() => "2CZ6QruSCQ7z4jhR89W64A==";
18-
public string GetAesKey() => "KvAXL/3G2FGPRPaL/Qlh0w==";
17+
public string GetAesIv() => "DEVAx6y3%KvQ$sOG";
18+
public string GetAesKey() => "B!vFkaj0DuK$Kgwa";
1919
}
2020

2121
public class #SCRIPTNAME#IO : SaveDataIO<#SCRIPTNAME#, #SCRIPTNAME#KeySettings> { }

0 commit comments

Comments
 (0)