encryption

  1. Vulpes_Coders

    Asset - Extension Cryptographic Algorithms - feedback needed!

    Hello, I was working on an extension that offers a handful of cryptographic algorithms. I noticed there aren't many solutions available and decided to create one of my own. However, I've paused the development after realizing that it might not be the best idea, as there are limited use-cases for...
  2. gdkid

    [SOLVED]Saving encrypted INI files to the Steam Cloud

    Hi guys I use Steam Cloud to save and load the player data and stuff. However, the data is saved using INI file, which is very easy for players to modify. Is there a way to encrypt an INI file before uploading it to Steam Cloud ? There's one possible solution using the Steam Auto-cloud...
  3. Pelican Police

    How does ds_map_secure_save work?

    The documentation for ds_map_secure_save in GM2 states: IMPORTANT! One of the features of a secure saved file is that it is locked to the device that it was created on, so you cannot load a file saved on one device into a project running on another device. That's a pretty bold claim, so I was...
  4. FoxyOfJungle

    How to decompile a buffer? (It's possible??)

    When it comes to security issues, there are certain things that we need to know how to avoid or know if it is possible. There is a function called buffer_save(), however, is it possible to "decompile" this buffer saved in a text file?, somewhere else without using GMS 2 (the buffer_read()...
  5. G

    Android Encryption / Decryption file in the included files folder

    Hello I would like someone to help me Encryption / Decryption an html file in the included files folder, thanks! :(
  6. I

    GML [SOLVED] Getting incorrect results with Lintydude's AES library?

    I'm currently working on a game in GM:S 2.2.5, using Lintydude's AES library found here. I'm using it to encrypt communication between the game client and a NodeJS server I built for the game (to store things like player scores, player collectibles, etc., especially since the collectibles will...
  7. haloregit

    GML [SOLVED] Steam cloud with encrypted ini

    After searching for quite a while, I was unable to come up with a proper solution. I use SafeSave - INI & More to encrypt my save ini files. It works perfectly, but now I am unable to figure out how to use Steam's cloud saves. I have tried several solutions such as the one from Jorge León...
  8. FoxyOfJungle

    GameMaker I have found a way to HACK HMAC hash Encryption

    I was recently looking at a safe way to be able to save the file without a regular user being able to modify the gamedata. So I made a system that works as follows to save the game safely: 1 - Save variables in a "ds_map" 2 - Save ds_map as JSON 3 - Save the JSON string to a buffer with byte...
  9. C

    GameMaker Hiding or encrypting Included Files from players

    Hi everyone, With my team we are about to publish the first chapter of our game, but we need to make sure players cannot access the "Included Files", as they contain the dialogs and other game data that is meant to be secret. We could obviously transform those files into scripts somehow, but...
  10. D

    GML Buffer Encryption / Decryption

    Hello GMC, Looking at the documentation for GM:S 2 I can find functions to calculate checksums of buffers or even compress them. But there doesn't seem to be any native support for buffer encryption and decryption. Looking at the Marketplace there seems to be a few extensions for encryption but...
  11. M

    Discussion Give us better encryption!

    Is it possible for the yoyo game's developers to add MD6 encryption into gamemaker studio 2 alike the usage of md5_string_utf8(string)??? I want this feature added because MD5 is a good and robust encryption but it has been around for a long while and there are a lot of wordlists for MD5, that...
  12. R

    GameMaker [Solved] Encoding a JSON file for a level editor

    Hello, I tried to encode a JSON file using md5, sha1 and base64 ... the encryption of the file responds perfectly but the decrypted does not respond at all and I wanted to ask for help with this (although no one will answer me) because I tried in many different ways to be able to make this work...
  13. F

    GameMaker Network Security?

    Hello! I posted this earlier this week and went back on the thread, so I'm back again for help from the community. I'm currently developing a multiplayer game with a UDP server in Python. My issue is that I want to secure the communication between the game client in GMS 2 and my server in...
  14. F

    GameMaker Secure Network Options?

    Nevermind, found my solution. I see there is AES options on the market. I was looking for the Datagram Transport Layer Security (DTLS) protocol specifically, should have broaden my search when trying to find ways to create an encrypted socket. Still would love options to SSL/TSL/DTSL wrap the...
  15. Z

    GML Can I read from an ini_file without knowing the keys?

    So I've made this whole system for encrypting values as well as the keys, just to make it harder for anyone to know what they are changing if they would open the text files. But only now as I implemented it did I realise that ini_read needs a key to read a value, and if that key is encrypted it...
  16. acidemic

    Asset - Scripts Fast & Secure File Encryption Scripts [Free] - Now supports opening encrypted .ini files

    Fast Crypt Ultra - Encrypt / Decrypt & Compress your files, game resources and .ini files super fast and secure! [ Marketplace Link ] This is a set of scripts for secure and fast file encryption and encoding. This bundle contains many scripts that provide various features. Please read top...
  17. L

    Encrypt String With Key Script

    I want to duplicate https://www.braingle.com/brainteasers/codes/keyword.php. I want to make an encryption script that encrypts a string of text using a key. I tried this but it doesn't work. I can't figure out why. Could someone help me? What I want to do is say, if the key is "key", make...
  18. W

    Legacy GM How to encrypt .ini files?

    Hey! I just want to know the easiest but good way to encrypt .ini files. I don't want to play for an extension. I also don't want to use 64bit encoding because anyone can use a translator. This is my save file script: if (file_exists("Save.ini")) file_delete("Save.ini"); ini_open("Save.ini"); //...
  19. Zek

    Asset - Scripts ZCrypt - Encryption / Decryption

    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...
  20. 2

    Prevent Players from Copying/Viewing External Image and Sound Resources in Game Folder

    I'm wondering if there's a way to prevent external resources like sprites and music from being viewed or copied by a person playing your game. It's nice that they can cut down on load and compile times, but I don't see the point if people can rip your resources off if you do this. So is there a...
Top