GameMaker (2.0 - 2.2.x)
Icon

RC4 EnCrypt_DeCrypt

Zhanghua

You must be logged in to obtain assets

Description

Algorithm for data encryption/decryption with self password based on RC4.

With two Demos of String and Byte Array Encode/Decode.

Version for GMS1.X and 2.X.

Support to encode/decode with your private key.

Two data types: String and Byte Array.

/////////////////////////////////////////////////////////////////////////

RC4_DEMO_STRING--------------

data ==>http://www.suiwobian.com

codeStr ==>8usIugGAE2HYe1mDlvOoro4UrKZ3oZX2

decodeStr ==>http://www.suiwobian.com

decodeStr_WithErrPwd ==>ß6XpV_}ƒnàÁ§Á÷½—öÔñO

RC4_DEMO_BYTE--------------

data==>

{ { 1,2,3,4,5,6,7,8,9,0,127,128,255,0,0,0 }, }

codeArr==>

{ { 55,93,29,142,3,108,61,236,203,14,183,68,73,197,5,0 }, }

decodeArr==>

{ { 1,2,3,4,5,6,7,8,9,0,127,128,255,0,0,0 }, }

decodeArr_WithErrPwd==>

{ { 41,84,195,67,178,9,221,222,178,211,203,72,144,98,100,209 }, }

End User Licence Agreement (EULA).

Age Rating: 4+

Version

GMS2 - Version 1.0.0. Published March 17, 2018

Loading, please wait

Package contents

Loading, please wait

What is the issue?

Loading, please wait