• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Asset - Scripts ZCrypt - Encryption / Decryption

Zek

Member


Game Maker: Marketplace

Itch.io

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)

If you have any feedback then please let me know!
 
Last edited:
Top