Popular Post FernandoMTA Posted March 20, 2022 Popular Post Share Posted March 20, 2022 (edited) 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! Edited January 13 by FernandoMTA 5 2 Link to comment
FernandoMTA Posted March 21, 2022 Author Share Posted March 21, 2022 Small hotfix: https://github.com/Fernando-A-Rocha/mta-nandocrypt/releases/tag/v1.0.1 Link to comment
FernandoMTA Posted April 15, 2022 Author Share Posted April 15, 2022 v2.0.0 is out with a better panel. Check it out here: https://github.com/Fernando-A-Rocha/mta-nandocrypt/releases/tag/v2.0.0 1 Link to comment
TMTMTL Posted April 16, 2022 Share Posted April 16, 2022 This guy is the real MVP. I love you for this Nando, thank you for being a credit to the community! 1 Link to comment
Nixon Posted April 19, 2022 Share Posted April 19, 2022 I downloaded it and started using it. It didn't take me that long to figure it out. It's pretty cool. Thanks for your hard work! Two things. 1: It would be nice to add an entire folder with files instead of having to type them individually. 2: I have something like this in another replace script to set lod distance: if ( existsCol ) then col = engineLoadCOL(colPath) engineReplaceCOL ( col, id ) engineSetModelLODDistance(id,500) -- This end I'm not sure if that fits within the theme of your script to have that, but I thought I'd mention it because I would personally need that lod. Link to comment
FernandoMTA Posted April 20, 2022 Author Share Posted April 20, 2022 (edited) 13 hours ago, Nixon said: I downloaded it and started using it. It didn't take me that long to figure it out. It's pretty cool. Thanks for your hard work! Two things. 1: It would be nice to add an entire folder with files instead of having to type them individually. 2: I have something like this in another replace script to set lod distance: if ( existsCol ) then col = engineLoadCOL(colPath) engineReplaceCOL ( col, id ) engineSetModelLODDistance(id,500) -- This end I'm not sure if that fits within the theme of your script to have that, but I thought I'd mention it because I would personally need that lod. Thanks for the feedback. I appreciate the suggestions. 1. I will investigate if scanning an entire folder for file names is possible/viable. It would indeed be useful. 2. The replace script is very basic. I'm looking to improve it soon very shortly. I'll see if I can include a setting for Model LOD Distance in it and also in newmodels-example which could also use it. Edited April 20, 2022 by FernandoMTA Link to comment
FernandoMTA Posted April 20, 2022 Author Share Posted April 20, 2022 Here you go, it's done. @Nixon I've updated the example resource. It includes a way to set Model LOD distances like you suggested. https://github.com/Fernando-A-Rocha/mta-nandocrypt#use 1 Link to comment
Nixon Posted April 25, 2022 Share Posted April 25, 2022 Thank you for the update. I finally got around to replacing the older version in my server. The updated version works well. Each model can have it's own LOD. Very nice. 2 Link to comment
FernandoMTA Posted April 26, 2022 Author Share Posted April 26, 2022 17 hours ago, Nixon said: Thank you for the update. I finally got around to replacing the older version in my server. The updated version works well. Each model can have it's own LOD. Very nice. You're welcome. I'll remain open to suggestions! Link to comment
pawpic Posted May 5 Share Posted May 5 https://imgur.com/a/IQIVCBo4 and 6 files are encrypted and i dont know why it isnt working Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now