Wavファイル暗号化 – RS_WavFileEncrypter.js

タイトル
Wav File Encrypter
作者名
ヘルプ
-----------------------------------------------------------------------------
How to install
-----------------------------------------------------------------------------
1. Make new directory called 'CryptoJS' to js/libs folder
2. Installing the library called CryptoJS and place them in js/libs/CryptoJS folder
https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.2/components/core-min.js
https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.2/rollups/md5.js
3. Sets up this plugin and your secret key in Plugin Manager.
4. Start Game and then run code as follows.
Encrypter.startBuild();
5. Copy them to your release project after completed build.
-----------------------------------------------------------------------------
Plugin Command
-----------------------------------------------------------------------------
You can be available this command in your event editor.

Encryption startBuild

It quickly creates files in same folder after all files build.
-----------------------------------------------------------------------------
Change Log
-----------------------------------------------------------------------------
2016.11.30 (v1.0.0) - First Release.
2016.12.05 (v1.0.1) - Added new plugin command.
2018.02.27 (v1.0.2) - Fixed the file path for RMMV 1.6.0
2018.03.13 (v1.0.3) - Fixed the token error.
パラメータ
param key
desc Encryption Key
default myKey

ライセンス表記
  • MIT License
The MIT License
Copyright (c) 2016 biud436
Free for commercial and non commercial use.

紹介ページ https://github.com/biud436/MV/blob/master/RS_WavFileEncrypter.js