GameMaker (all)
Icon

ZCrypt - Encryption

Zekronz

You must be logged in to obtain assets

Description

Note: This library is not being updated anymore. I recommend looking for newer, more updated libraries instead.

ZCrypt is an encryption/decryption library for Game Maker: Studio 2 / 1.4. The scripts are documented and easy to use! It uses a custom encryption algorithm that I made.

ZCrypt can encrypt/decrypt:

* Strings
* Text Files
* Data Structures
* Buffers

ZCrypt contains the following scripts:

* ZC_encrypt_string(string, key)
* ZC_decrypt_string(string, key)
* ZC_encrypt_text_file(input_path, output_path, key)
* ZC_decrypt_text_file(input_path, output_path, key)
* ZC_encrypt_data_structure(data_structure, type, key)
* ZC_decrypt_data_structure(data_structure, string, key)
* ZC_encrypt_buffer(buffer, key)
* ZC_decrypt_buffer(buffer, string, key)

End User Licence Agreement (EULA).

Age Rating: 4+

Versions

GMS1 - Version 1.0.0. Published July 21, 2017

GMS2 - Version 1.0.0. Published January 31, 2019

Loading, please wait

Package contents

Loading, please wait

What is the issue?

Loading, please wait