Search the Community
Showing results for tags 'encrypting'.
-
Hello everyone! Back at you with another resource, this time called NandoCrypt! This tool lets you encrypt any files using a secret key (string) that is stored inside a script that it generates & compiles. You use the script it creates to decrypt the files in your own resource(s). It uses aes128 (Advanced Encryption Standard in CTR mode) with 16 characters long keys and IVs to decrypt. You can download the latest version & read the documentation @ GitHub Repository: https://github.com/Fernando-A-Rocha/mta-nandocrypt All the information you need is there ^^ Also available on MTA:SA Community: https://community.multitheftauto.com/index.php?p=resources&s=details&id=18672 (will try to update often) See nando_crypt-example resource in the repository for an example implementation (script that replaces vehicles using encrypted files). For support/questions please access my main thread: https://forum.multitheftauto.com/topic/139644-rel-nandos-resources/ Let me know what you think and share with your friends PS. Thank you @Patrick for the help!